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();
 }