示例#1
0
文件: File.php 项目: thehereward/Elgg
 /**
  * Get the text content of this file. Empty string if it doesn't exist.
  * 
  * @return string
  */
 public function getContents()
 {
     return $this->directory->getContents($this->path);
 }