getFieldName() 공개 메소드

public getFieldName ( ) : string
리턴 string
 public function getFieldName()
 {
     $this->__load();
     return parent::getFieldName();
 }