Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$file->kirby()
Returns the kirby object
return
($kirby)
Example
$kirby = $file->kirby();
↑
Cheat Sheet overview
←
$file->isWritable()
→
$file->meta([$language])
↓
Back to Cheat Sheet section
Top