Пример #1
0
 public function getLastModified()
 {
     $date = new DateTime();
     $date->setTimestamp(filemtime($this->getFile()));
     return $date;
 }