Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$file->page()
Returns the page object for a file
return
($page)
Example
echo 'Document of: ' . $file->page()->title();
↑
Cheat Sheet overview
←
$file->original()
→
$file->prev()
↓
Back to Cheat Sheet section
Top