Ojs\AdminBundle\Entity\AdminAnnouncement::getContent PHP Method

getContent() public method

Get content
public getContent ( ) : string
return string
    public function getContent()
    {
        return $this->content;
    }