示例#1
0
文件: File.php 项目: thehereward/Elgg
 /**
  * Do a PHP include of the file and return the result.
  * 
  * TODO(ewinslow): This may only work for local filesystems?
  * 
  * @return mixed
  */
 public function includeFile()
 {
     return $this->directory->includeFile($this->path);
 }