PHP 인터페이스 WellCommerce\Bundle\ClientBundle\Entity\ClientInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends Serializable, extends Symfony\Component\Security\Core\User\UserInterface, extends Symfony\Component\Security\Core\User\EquatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\ClientBundle\Entity\ClientGroupAwareInterface, extends WellCommerce\Bundle\ShopBundle\Entity\ShopAwareInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
getOrders ( ) : Doctrine\Common\Collections\Collection
getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
getWishlist ( ) : Doctrine\Common\Collections\Collection
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 )

메소드 상세

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

getShippingAddress() 공개 메소드

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

getWishlist() 공개 메소드

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

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