Ejemplo n.º 1
0
 /**
  * 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);
 }