getStatus() public method

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