Newscoop\Entity\Notification::getStatus PHP Méthode

getStatus() public méthode

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

Usage Example

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