public function getLastModified() { $date = new DateTime(); $date->setTimestamp(filemtime($this->getFile())); return $date; }