$file->page()
Returns the page object for a file
-
return ($page)
Example
echo 'Document of: ' . $file->page()->title();
Is something missing or incorrect? Edit this page on Github…
Returns the page object for a file
echo 'Document of: ' . $file->page()->title();