getRealName() 공개 메소드

Get username witch should be the real name
사용 중단: legacy from frontend controllers
public getRealName ( ) : string
리턴 string
 public function getRealName()
 {
     $this->__load();
     return parent::getRealName();
 }