PHP 클래스 WellCommerce\Bundle\ClientBundle\Entity\Client

저자: Adam Piotrowski ([email protected])
상속: 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
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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 )

메소드 상세

eraseCredentials() 공개 메소드

public eraseCredentials ( )

getBillingAddress() 공개 메소드

public getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

getClientDetails() 공개 메소드

public getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

getContactDetails() 공개 메소드

public getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

getOrders() 공개 메소드

public getOrders ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getPassword() 공개 메소드

public getPassword ( )

getRoles() 공개 메소드

public getRoles ( )

getSalt() 공개 메소드

public getSalt ( ) : null
리턴 null

getShippingAddress() 공개 메소드

public getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

getUsername() 공개 메소드

public getUsername ( )

getWishlist() 공개 메소드

public getWishlist ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

isEqualTo() 공개 메소드

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

serialize() 공개 메소드

public serialize ( )

setBillingAddress() 공개 메소드

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

setClientDetails() 공개 메소드

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

setContactDetails() 공개 메소드

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

setShippingAddress() 공개 메소드

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

unserialize() 공개 메소드

public unserialize ( $serialized )

프로퍼티 상세

$billingAddress 보호되어 있는 프로퍼티

protected ClientBillingAddressInterface,WellCommerce\Bundle\ClientBundle\Entity $billingAddress
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

$clientDetails 보호되어 있는 프로퍼티

protected ClientDetails,WellCommerce\Bundle\ClientBundle\Entity $clientDetails
리턴 ClientDetails

$contactDetails 보호되어 있는 프로퍼티

protected ClientContactDetailsInterface,WellCommerce\Bundle\ClientBundle\Entity $contactDetails
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

$orders 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $orders
리턴 Doctrine\Common\Collections\Collection

$shippingAddress 보호되어 있는 프로퍼티

protected ClientShippingAddressInterface,WellCommerce\Bundle\ClientBundle\Entity $shippingAddress
리턴 WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

$wishlist 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $wishlist
리턴 Doctrine\Common\Collections\Collection