getChanged() публичный Метод

Get changed.
public getChanged ( ) : DateTime
Результат DateTime
Пример #1
0
 /**
  * @VirtualProperty
  * @SerializedName("changed")
  *
  * @return string
  */
 public function getChanged()
 {
     return $this->entity->getChanged();
 }