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
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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