getMtime() public method

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