file() public method

Generic File Loader
public file ( string $path, boolean $return = FALSE ) : object | string
$path string File path
$return boolean Whether to return the file output
return object | string
Esempio n. 1
0
 /** Load files **/
 public function file($path, $return = FALSE)
 {
     return parent::file($path, $return);
 }