Skip to content

Kirby 3.6.6

$page->controller()

Call the page controller

$page->controller(array $data = [ ], string $contentType = 'html'): array

Parameters

Name Type Default
$data array [ ]
$contentType string 'html'

Return type

array

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException If the controller returns invalid objects for kirby, site, pages or page

Parent class

Kirby\Cms\Page