コード例 #1
0
ファイル: File.php プロジェクト: thehereward/Elgg
 /**
  * @return boolean Whether this file exists.
  */
 public function exists()
 {
     return $this->directory->isFile($this->path);
 }