getMtime() public method

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