getFullName() 공개 메소드

Get full name
public getFullName ( ) : string
리턴 string
 public function getFullName()
 {
     $this->__load();
     return parent::getFullName();
 }