ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\User::getFullname PHP Method

getFullname() public method

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