Esempio n. 1
0
 /**
  * NOTE: in the case of a link, the data is read from its target.
  * @return mixed The content of the file or FALSE if an error occured
  */
 public function getContents()
 {
     $this->checkReadPermission();
     return parent::getContents();
 }