Newscoop\Entity\Notification::getContent PHP Метод

getContent() публичный Метод

Get the content of the notification
public getContent ( ) : string
Результат string
    public function getContent()
    {
        return $this->content;
    }

Usage Example

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