getCode() public method

Get code
public getCode ( ) : string
return string
コード例 #1
0
 public function getCode()
 {
     if ($this->__isInitialized__ === false) {
         return $this->_identifier["code"];
     }
     $this->__load();
     return parent::getCode();
 }