Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getChanged PHP 메소드

getChanged() 공개 메소드

Get changed.
public getChanged ( ) : DateTime
리턴 DateTime
    public function getChanged();

Usage Example

예제 #1
0
파일: Collection.php 프로젝트: sulu/sulu
 /**
  * @VirtualProperty
  * @SerializedName("changed")
  *
  * @return string
  */
 public function getChanged()
 {
     return $this->entity->getChanged();
 }