getUserName() public method

Get name of the linked user if there is one
public getUserName ( ) : string
return string
コード例 #1
0
 public function getUserName()
 {
     $this->__load();
     return parent::getUserName();
 }