Newscoop\Entity\Notification::getStatus PHP Method

getStatus() public method

Get status
public getStatus ( ) : integer
return integer
    public function getStatus()
    {
        return $this->status;
    }

Usage Example

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