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
コード例 #1
0
ファイル: Controller.php プロジェクト: kalroot/celula-cms
 /** Load files **/
 public function file($path, $return = FALSE)
 {
     return parent::file($path, $return);
 }