getStatus() public method

Get status string
public getStatus ( ) : string
return string
コード例 #1
0
 public function getStatus()
 {
     $this->__load();
     return parent::getStatus();
 }