getFullName() public method

Get full name
public getFullName ( ) : string
return string
コード例 #1
0
 public function getFullName()
 {
     $this->__load();
     return parent::getFullName();
 }