Components\Model\User::getName PHP Method

getName() public method

Get the user's name.
public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }