Sulu\Bundle\TagBundle\Entity\Tag::getCreated PHP 메소드

getCreated() 공개 메소드

Get created.
public getCreated ( ) : DateTime
리턴 DateTime
    public function getCreated()
    {
        return $this->created;
    }