Skip to content

Kirby 5.1.3

$collection->view()

$collection->view(string $view): Kirby\Api\Collection

Parameters

Name Type Default
$viewrequired string no default value

Return type

Kirby\Api\Collection

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

Parent class

Kirby\Api\Collection