PHP Class Aimeos\ShopBundle\Entity\User

Inheritance: implements Symfony\Component\Security\Core\User\UserInterface, implements Serializable
Show file Open project: aimeos/aimeos-symfony2

Protected Properties

Property Type Description
$address1
$address2
$address3
$birthday
$city
$company
$countryid
$ctime
$editor
$email
$firstname
$id
$isActive
$label
$langid
$lastname
$mtime
$password
$postal
$salutation
$siteid
$state
$telefax
$telephone
$title
$username
$vatid
$vdate
$website

Public Methods

Method Description
eraseCredentials ( )
getId ( )
getPassword ( )
getRoles ( )
getSalt ( )
getUsername ( )
serialize ( )
unserialize ( $serialized )

Method Details

eraseCredentials() public method

public eraseCredentials ( )

getId() public method

public getId ( )

getPassword() public method

public getPassword ( )

getRoles() public method

public getRoles ( )

getSalt() public method

public getSalt ( )

getUsername() public method

public getUsername ( )

serialize() public method

See also: Serializable::serialize()
public serialize ( )

unserialize() public method

See also: Serializable::unserialize()
public unserialize ( $serialized )

Property Details

$address1 protected property

protected $address1

$address2 protected property

protected $address2

$address3 protected property

protected $address3

$birthday protected property

protected $birthday

$city protected property

protected $city

$company protected property

protected $company

$countryid protected property

protected $countryid

$ctime protected property

protected $ctime

$editor protected property

protected $editor

$email protected property

protected $email

$firstname protected property

protected $firstname

$id protected property

protected $id

$isActive protected property

protected $isActive

$label protected property

protected $label

$langid protected property

protected $langid

$lastname protected property

protected $lastname

$mtime protected property

protected $mtime

$password protected property

protected $password

$postal protected property

protected $postal

$salutation protected property

protected $salutation

$siteid protected property

protected $siteid

$state protected property

protected $state

$telefax protected property

protected $telefax

$telephone protected property

protected $telephone

$title protected property

protected $title

$username protected property

protected $username

$vatid protected property

protected $vatid

$vdate protected property

protected $vdate

$website protected property

protected $website