$file->kirby()
Returns the app instance
$file->kirby(): Kirby\Cms\App
Return type
This method modifies the existing $file
object it is applied to and returns it again.
Parent class
Examples
$kirby = $file->kirby();
Returns the app instance
$file->kirby(): Kirby\Cms\App
This method modifies the existing $file
object it is applied to and returns it again.
$kirby = $file->kirby();