PHP Класс WellCommerce\Bundle\ShopBundle\Entity\Shop

Автор: Adam Piotrowski ([email protected])
Наследование: implements WellCommerce\Bundle\ShopBundle\Entity\ShopInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\ThemeBundle\Entity\ThemeAwareTrait
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$categories Doctrine\Common\Collections\Collection
$company WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface
$defaultCountry string
$defaultCurrency string
$mailerConfiguration WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration
$name string
$pages Doctrine\Common\Collections\Collection
$producers Doctrine\Common\Collections\Collection
$products Doctrine\Common\Collections\Collection
$url string

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

Метод Описание
getCategories ( ) : Doctrine\Common\Collections\Collection
getCompany ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface
getDefaultCountry ( ) : string
getDefaultCurrency ( ) : string
getMailerConfiguration ( ) : MailerConfiguration
getName ( ) : string
getPages ( ) : Doctrine\Common\Collections\Collection
getProducers ( ) : Doctrine\Common\Collections\Collection
getProducts ( ) : Doctrine\Common\Collections\Collection
getUrl ( ) : string
setCategories ( Doctrine\Common\Collections\Collection $categories )
setCompany ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface $company )
setDefaultCountry ( string $defaultCountry )
setDefaultCurrency ( string $defaultCurrency )
setMailerConfiguration ( MailerConfiguration $configuration )
setName ( string $name )
setPages ( Doctrine\Common\Collections\Collection $pages )
setProducers ( Doctrine\Common\Collections\Collection $producers )
setProducts ( Doctrine\Common\Collections\Collection $products )
setUrl ( string $url )

Описание методов

getCategories() публичный Метод

public getCategories ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getCompany() публичный Метод

public getCompany ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface
Результат WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface

getDefaultCountry() публичный Метод

public getDefaultCountry ( ) : string
Результат string

getDefaultCurrency() публичный Метод

public getDefaultCurrency ( ) : string
Результат string

getMailerConfiguration() публичный Метод

public getMailerConfiguration ( ) : MailerConfiguration
Результат WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

getName() публичный Метод

public getName ( ) : string
Результат string

getPages() публичный Метод

public getPages ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getProducers() публичный Метод

public getProducers ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getProducts() публичный Метод

public getProducts ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getUrl() публичный Метод

public getUrl ( ) : string
Результат string

setCategories() публичный Метод

public setCategories ( Doctrine\Common\Collections\Collection $categories )
$categories Doctrine\Common\Collections\Collection

setCompany() публичный Метод

public setCompany ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface $company )
$company WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface

setDefaultCountry() публичный Метод

public setDefaultCountry ( string $defaultCountry )
$defaultCountry string

setDefaultCurrency() публичный Метод

public setDefaultCurrency ( string $defaultCurrency )
$defaultCurrency string

setMailerConfiguration() публичный Метод

public setMailerConfiguration ( MailerConfiguration $configuration )
$configuration WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

setName() публичный Метод

public setName ( string $name )
$name string

setPages() публичный Метод

public setPages ( Doctrine\Common\Collections\Collection $pages )
$pages Doctrine\Common\Collections\Collection

setProducers() публичный Метод

public setProducers ( Doctrine\Common\Collections\Collection $producers )
$producers Doctrine\Common\Collections\Collection

setProducts() публичный Метод

public setProducts ( Doctrine\Common\Collections\Collection $products )
$products Doctrine\Common\Collections\Collection

setUrl() публичный Метод

public setUrl ( string $url )
$url string

Описание свойств

$categories защищенное свойство

protected Collection,Doctrine\Common\Collections $categories
Результат Doctrine\Common\Collections\Collection

$company защищенное свойство

protected CompanyInterface,WellCommerce\Bundle\CompanyBundle\Entity $company
Результат WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface

$defaultCountry защищенное свойство

protected string $defaultCountry
Результат string

$defaultCurrency защищенное свойство

protected string $defaultCurrency
Результат string

$mailerConfiguration защищенное свойство

protected MailerConfiguration,WellCommerce\Bundle\AppBundle\Entity $mailerConfiguration
Результат WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

$name защищенное свойство

protected string $name
Результат string

$pages защищенное свойство

protected Collection,Doctrine\Common\Collections $pages
Результат Doctrine\Common\Collections\Collection

$producers защищенное свойство

protected Collection,Doctrine\Common\Collections $producers
Результат Doctrine\Common\Collections\Collection

$products защищенное свойство

protected Collection,Doctrine\Common\Collections $products
Результат Doctrine\Common\Collections\Collection

$url защищенное свойство

protected string $url
Результат string