EagerLoadInterface
- Full name:
\Zemit\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): mixed
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$arguments | array |
firstWith
public static firstWith(array $arguments): mixed
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$arguments | array |
load
public load(array $arguments): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$arguments | array |
getParametersFromArguments
public static getParametersFromArguments(array& $arguments): mixed
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$arguments | array |