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

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