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

getCreated() public method

Get created.
public getCreated ( ) : DateTime
return DateTime
    public function getCreated();

Usage Example

Example #1
0
 /**
  * @VirtualProperty
  * @SerializedName("created")
  *
  * @return string
  */
 public function getCreated()
 {
     return $this->entity->getCreated();
 }