PHP Class WellCommerce\Bundle\ClientBundle\Entity\Client

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ClientBundle\Entity\ClientInterface, use trait WellCommerce\Bundle\DoctrineBundle\Entity\IdentifiableTrait, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\ShopBundle\Entity\ShopAwareTrait, use trait ClientGroupAwareTrait
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$billingAddress WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
$clientDetails ClientDetails
$contactDetails WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
$orders Doctrine\Common\Collections\Collection
$shippingAddress WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
$wishlist Doctrine\Common\Collections\Collection

Méthodes publiques

Méthode Description
eraseCredentials ( )
getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
getOrders ( ) : Doctrine\Common\Collections\Collection
getPassword ( )
getRoles ( )
getSalt ( ) : null
getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
getUsername ( )
getWishlist ( ) : Doctrine\Common\Collections\Collection
isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user )
serialize ( )
setBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $billingAddress )
setClientDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface $clientDetails )
setContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $contactDetails )
setShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $shippingAddress )
unserialize ( $serialized )

Method Details

eraseCredentials() public méthode

public eraseCredentials ( )

getBillingAddress() public méthode

public getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

getClientDetails() public méthode

public getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

getContactDetails() public méthode

public getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

getOrders() public méthode

public getOrders ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getPassword() public méthode

public getPassword ( )

getRoles() public méthode

public getRoles ( )

getSalt() public méthode

public getSalt ( ) : null
Résultat null

getShippingAddress() public méthode

public getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

getUsername() public méthode

public getUsername ( )

getWishlist() public méthode

public getWishlist ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

isEqualTo() public méthode

public isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user )
$user Symfony\Component\Security\Core\User\UserInterface

serialize() public méthode

public serialize ( )

setBillingAddress() public méthode

public setBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $billingAddress )
$billingAddress WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

setClientDetails() public méthode

public setClientDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface $clientDetails )
$clientDetails WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

setContactDetails() public méthode

public setContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $contactDetails )
$contactDetails WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

setShippingAddress() public méthode

public setShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $shippingAddress )
$shippingAddress WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

unserialize() public méthode

public unserialize ( $serialized )

Property Details

$billingAddress protected_oe property

protected ClientBillingAddressInterface,WellCommerce\Bundle\ClientBundle\Entity $billingAddress
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

$clientDetails protected_oe property

protected ClientDetails,WellCommerce\Bundle\ClientBundle\Entity $clientDetails
Résultat ClientDetails

$contactDetails protected_oe property

protected ClientContactDetailsInterface,WellCommerce\Bundle\ClientBundle\Entity $contactDetails
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

$orders protected_oe property

protected Collection,Doctrine\Common\Collections $orders
Résultat Doctrine\Common\Collections\Collection

$shippingAddress protected_oe property

protected ClientShippingAddressInterface,WellCommerce\Bundle\ClientBundle\Entity $shippingAddress
Résultat WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

$wishlist protected_oe property

protected Collection,Doctrine\Common\Collections $wishlist
Résultat Doctrine\Common\Collections\Collection