$file
Returns the object of the current file.
Table of Contents
Description
This variable is an instance of the File class.
Example
if (!isset($file) || !isset($file->name)) {
return $_;
}
$_['title'] = $file->name(true);$fileReturns the object of the current file.
This variable is an instance of the File class.
if (!isset($file) || !isset($file->name)) {
return $_;
}
$_['title'] = $file->name(true);