Nelmio\Alice\scenario2\ImmutableUser::getFullname PHP Method

getFullname() public method

public getFullname ( ) : string
return string
    public function getFullname() : string
    {
        return $this->fullname;
    }