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