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

Защищенные свойства (Protected)

Свойство Тип Описание
$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