Skip to content

Kirby 5.1.3

$collection->select()

$collection->select($keys = null): Kirby\Api\Collection

Parameters

Name Type Default
$keys mixed null

Return type

Kirby\Api\Collection

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

Exceptions

Type Description
Exception

Parent class

Kirby\Api\Collection