PHP Class ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\User

Author: Théo FIDRY ([email protected])
Author: Kévin Dunglas ([email protected])
Inheritance: extends FOS\UserBundle\Model\User
Show file Open project: api-platform/core

Protected Properties

Property Type Description
$email string
$fullname string
$id integer
$plainPassword string
$username string

Public Methods

Method Description
getFullname ( ) : string | null
isUser ( FOS\UserBundle\Model\UserInterface $user = null )
setFullname ( string | null $fullname )

Method Details

getFullname() public method

public getFullname ( ) : string | null
return string | null

isUser() public method

public isUser ( FOS\UserBundle\Model\UserInterface $user = null )
$user FOS\UserBundle\Model\UserInterface

setFullname() public method

public setFullname ( string | null $fullname )
$fullname string | null

Property Details

$email protected property

protected string $email
return string

$fullname protected property

protected string $fullname
return string

$id protected property

protected int $id
return integer

$plainPassword protected property

protected string $plainPassword
return string

$username protected property

protected string $username
return string