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

getType() публичный метод

Get Type of the notification for now only comment type
public getType ( ) : integer
Результат integer
    public function getType()
    {
        return $this->type;
    }

Usage Example

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