PHP Class Aimeos\ShopBundle\Entity\User

Inheritance: implements Symfony\Component\Security\Core\User\UserInterface, implements Serializable
Mostrar archivo 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_oe property

protected $address1

$address2 protected_oe property

protected $address2

$address3 protected_oe property

protected $address3

$birthday protected_oe property

protected $birthday

$city protected_oe property

protected $city

$company protected_oe property

protected $company

$countryid protected_oe property

protected $countryid

$ctime protected_oe property

protected $ctime

$editor protected_oe property

protected $editor

$email protected_oe property

protected $email

$firstname protected_oe property

protected $firstname

$id protected_oe property

protected $id

$isActive protected_oe property

protected $isActive

$label protected_oe property

protected $label

$langid protected_oe property

protected $langid

$lastname protected_oe property

protected $lastname

$mtime protected_oe property

protected $mtime

$password protected_oe property

protected $password

$postal protected_oe property

protected $postal

$salutation protected_oe property

protected $salutation

$siteid protected_oe property

protected $siteid

$state protected_oe property

protected $state

$telefax protected_oe property

protected $telefax

$telephone protected_oe property

protected $telephone

$title protected_oe property

protected $title

$username protected_oe property

protected $username

$vatid protected_oe property

protected $vatid

$vdate protected_oe property

protected $vdate

$website protected_oe property

protected $website