getName() public method

Get the user's full name.
public getName ( ) : string
return string
Beispiel #1
0
 public function testGetName()
 {
     $this->assertEquals($this->user_data['profile']->full_name, $this->user->getName());
 }