PartKeepr\CoreBundle\Entity\SystemNotice::getTitle PHP Method

getTitle() public method

Returns the title for this entry.
public getTitle ( ) : string
return string the title
    public function getTitle()
    {
        return $this->title;
    }