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
ファイルを表示 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property 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

Public Methods

Method 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 method

public eraseCredentials ( )

getBillingAddress() public method

public getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

getClientDetails() public method

public getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

getContactDetails() public method

public getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

getOrders() public method

public getOrders ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getPassword() public method

public getPassword ( )

getRoles() public method

public getRoles ( )

getSalt() public method

public getSalt ( ) : null
return null

getShippingAddress() public method

public getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

getUsername() public method

public getUsername ( )

getWishlist() public method

public getWishlist ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

isEqualTo() public method

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

serialize() public method

public serialize ( )

setBillingAddress() public method

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

setClientDetails() public method

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

setContactDetails() public method

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

setShippingAddress() public method

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

unserialize() public method

public unserialize ( $serialized )

Property Details

$billingAddress protected_oe property

protected ClientBillingAddressInterface,WellCommerce\Bundle\ClientBundle\Entity $billingAddress
return WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

$clientDetails protected_oe property

protected ClientDetails,WellCommerce\Bundle\ClientBundle\Entity $clientDetails
return ClientDetails

$contactDetails protected_oe property

protected ClientContactDetailsInterface,WellCommerce\Bundle\ClientBundle\Entity $contactDetails
return WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

$orders protected_oe property

protected Collection,Doctrine\Common\Collections $orders
return Doctrine\Common\Collections\Collection

$shippingAddress protected_oe property

protected ClientShippingAddressInterface,WellCommerce\Bundle\ClientBundle\Entity $shippingAddress
return WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

$wishlist protected_oe property

protected Collection,Doctrine\Common\Collections $wishlist
return Doctrine\Common\Collections\Collection