getMtime() public method

Returns the file modified time.
public getMtime ( ) : integer
return integer
Beispiel #1
0
 public function getLastModified()
 {
     return new DateTime('@' . $this->file->getMtime());
 }
 /**
  * {@inheritdoc}
  */
 public function getLastModified()
 {
     return $this->file->getMtime();
 }