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

getChanged() public method

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

Usage Example

Exemplo n.º 1
0
 /**
  * @VirtualProperty
  * @SerializedName("changed")
  *
  * @return string
  */
 public function getChanged()
 {
     return $this->entity->getChanged();
 }