getCode() 공개 메소드

Get code
public getCode ( ) : string
리턴 string
 public function getCode()
 {
     if ($this->__isInitialized__ === false) {
         return $this->_identifier["code"];
     }
     $this->__load();
     return parent::getCode();
 }