Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getCreated PHP Méthode

getCreated() public méthode

Get created.
public getCreated ( ) : DateTime
Résultat DateTime
    public function getCreated();

Usage Example

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