getMtime() public method

Returns the file modified time.
public getMtime ( ) : integer
return integer
コード例 #1
0
ファイル: Gaufrette.php プロジェクト: radnan/rdn-upload
 public function getLastModified()
 {
     return new DateTime('@' . $this->file->getMtime());
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function getLastModified()
 {
     return $this->file->getMtime();
 }