Newscoop\Entity\Notification::getContent PHP Méthode

getContent() public méthode

Get the content of the notification
public getContent ( ) : string
Résultat string
    public function getContent()
    {
        return $this->content;
    }

Usage Example

 public function getContent()
 {
     $this->__load();
     return parent::getContent();
 }