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

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