PHP Interface WellCommerce\Bundle\ShopBundle\Entity\ShopInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\ThemeBundle\Entity\ThemeAwareInterface, extends WellCommerce\Bundle\CompanyBundle\Entity\CompanyAwareInterface
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

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