Skip to content

Kirby 4.2.0

$collection->select()

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

Parameters

Name Type Default
$keys mixed null

Return type

Kirby\Api\Collection

This method does not modify the existing $collection object but returns a new object with the changes applied. Learn more →

Exceptions

Type Description
Exception

Parent class

Kirby\Api\Collection