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

getChanged() public method

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