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

setFullname() public method

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