getRealName() public method

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