getChanged() public method

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