コード例 #1
0
 /**
  * @return \Message\Cog\ValueObject\DateTimeImmutable | null
  */
 public function getUpdatedAt()
 {
     if ($updatedAt = $this->_authorship->updatedAt()) {
         return $updatedAt;
     }
     return $this->getCreatedAt();
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 public function getLastModified()
 {
     return $this->authorship->updatedAt();
 }