file() публичный Метод

Generic File Loader
public file ( string $path, boolean $return = FALSE ) : object | string
$path string File path
$return boolean Whether to return the file output
Результат object | string
Пример #1
0
 /** Load files **/
 public function file($path, $return = FALSE)
 {
     return parent::file($path, $return);
 }