$kirby->controller()
Calls a page controller by name and with the given arguments
$kirby->controller(string $name, array $arguments = [ ], string $contentType = 'html'): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $name * | string | – | 
| $arguments | array | [ ] | 
| $contentType | string | 'html' | 
Return type
array