PHP Class WellCommerce\Bundle\ShopBundle\Entity\Shop

Author: Adam Piotrowski ([email protected])
Inheritance: 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
显示文件 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$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

Public Methods

Method Description
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 )

Method Details

getCategories() public method

public getCategories ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getCompany() public method

public getCompany ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface
return WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface

getDefaultCountry() public method

public getDefaultCountry ( ) : string
return string

getDefaultCurrency() public method

public getDefaultCurrency ( ) : string
return string

getMailerConfiguration() public method

public getMailerConfiguration ( ) : MailerConfiguration
return WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

getName() public method

public getName ( ) : string
return string

getPages() public method

public getPages ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getProducers() public method

public getProducers ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getProducts() public method

public getProducts ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getUrl() public method

public getUrl ( ) : string
return string

setCategories() public method

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

setCompany() public method

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

setDefaultCountry() public method

public setDefaultCountry ( string $defaultCountry )
$defaultCountry string

setDefaultCurrency() public method

public setDefaultCurrency ( string $defaultCurrency )
$defaultCurrency string

setMailerConfiguration() public method

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

setName() public method

public setName ( string $name )
$name string

setPages() public method

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

setProducers() public method

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

setProducts() public method

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

setUrl() public method

public setUrl ( string $url )
$url string

Property Details

$categories protected_oe property

protected Collection,Doctrine\Common\Collections $categories
return Doctrine\Common\Collections\Collection

$company protected_oe property

protected CompanyInterface,WellCommerce\Bundle\CompanyBundle\Entity $company
return WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface

$defaultCountry protected_oe property

protected string $defaultCountry
return string

$defaultCurrency protected_oe property

protected string $defaultCurrency
return string

$mailerConfiguration protected_oe property

protected MailerConfiguration,WellCommerce\Bundle\AppBundle\Entity $mailerConfiguration
return WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

$name protected_oe property

protected string $name
return string

$pages protected_oe property

protected Collection,Doctrine\Common\Collections $pages
return Doctrine\Common\Collections\Collection

$producers protected_oe property

protected Collection,Doctrine\Common\Collections $producers
return Doctrine\Common\Collections\Collection

$products protected_oe property

protected Collection,Doctrine\Common\Collections $products
return Doctrine\Common\Collections\Collection

$url protected_oe property

protected string $url
return string