Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getChanged PHP Method

getChanged() public method

Get changed.
public getChanged ( ) : DateTime
return DateTime
    public function getChanged();

Usage Example

コード例 #1
0
ファイル: Collection.php プロジェクト: sulu/sulu
 /**
  * @VirtualProperty
  * @SerializedName("changed")
  *
  * @return string
  */
 public function getChanged()
 {
     return $this->entity->getChanged();
 }