Newscoop\Entity\User::getStatus PHP Method

getStatus() public method

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

Usage Example

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