$model->select()
$model->select($keys = null): Kirby\Api\Model
Parameters
| Name | Type | Default |
|---|---|---|
| $keys | mixed |
null
|
Return type
This method modifies the existing $model object it is applied to and returns it again.
Exceptions
| Type | Description |
|---|---|
Exception |