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

setTitle() public method

Sets the title for this entry.
public setTitle ( string $title )
$title string the title for this entry
    public function setTitle($title)
    {
        $this->title = $title;
    }