/**
  * @return string
  */
 public function getLastModified()
 {
     return BackendUtility::date($this->resource->getModificationTime());
 }