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

getCreated() public method

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

Usage Example

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