getStatus() public method

Get status
public getStatus ( ) : integer
return integer
Exemplo n.º 1
0
 public function getStatus()
 {
     $this->__load();
     return parent::getStatus();
 }