Skip to content

Kirby 5.0.2

$model->select()

$model->select($keys = null): Kirby\Api\Model

Parameters

Name Type Default
$keys mixed null

Return type

Kirby\Api\Model

This method modifies the existing $ object it is applied to and returns it again.

Exceptions

Type Description
Exception

Parent class

Kirby\Api\Model