Sulu\Bundle\TagBundle\Entity\Tag::getCreated PHP Method

getCreated() public method

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