ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\User::getFullname PHP 메소드

getFullname() 공개 메소드

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