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);
 }