EagerLoadInterface
- Full name:
\PhalconKit\Mvc\Model\Interfaces\EagerLoadInterface
Methods
findWith
public static findWith(array $arguments): array
- This method is static. Parameters:
| Parameter | Type | Description |
$arguments | array | |
findFirstWith
public static findFirstWith(array $arguments): ?\Phalcon\Mvc\ModelInterface
- This method is static. Parameters:
| Parameter | Type | Description |
$arguments | array | |
with
public static with(array $arguments): array
- This method is static. Parameters:
| Parameter | Type | Description |
$arguments | array | |
firstWith
public static firstWith(array $arguments): ?\Phalcon\Mvc\ModelInterface
- This method is static. Parameters:
| Parameter | Type | Description |
$arguments | array | |
load
public load(array $arguments): ?\Phalcon\Mvc\ModelInterface
Parameters:
| Parameter | Type | Description |
$arguments | array | |
getParametersFromArguments
public static getParametersFromArguments(array& $arguments): mixed
- This method is static. Parameters:
| Parameter | Type | Description |
$arguments | array | |