示例#1
0
 /**
  * {@inheritdoc}
  */
 public function getLastModified()
 {
     if (!$this->loaded) {
         $this->loadResourceFromRepo();
     }
     return $this->resource->getMetadata()->getModificationTime();
 }
 /**
  * {@inheritdoc}
  */
 public function getLastModified()
 {
     return $this->resource->getMetadata()->getModificationTime();
 }