PHP Class WellCommerce\Bundle\ClientBundle\Entity\ClientGroup

Inheritance: use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable
Mostra file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$clients Doctrine\Common\Collections\Collection
$discount float
$pages Doctrine\Common\Collections\Collection

Public Methods

Method Description
addClient ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client )
addPage ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $page )
getClients ( ) : Doctrine\Common\Collections\Collection
getDiscount ( ) : float
getPages ( ) : Doctrine\Common\Collections\Collection
setClients ( Doctrine\Common\Collections\Collection $clients )
setDiscount ( float $discount )
setPages ( Doctrine\Common\Collections\Collection $pages )

Method Details

addClient() public method

public addClient ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client )
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface

addPage() public method

public addPage ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $page )
$page WellCommerce\Bundle\PageBundle\Entity\PageInterface

getClients() public method

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

getDiscount() public method

public getDiscount ( ) : float
return float

getPages() public method

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

setClients() public method

public setClients ( Doctrine\Common\Collections\Collection $clients )
$clients Doctrine\Common\Collections\Collection

setDiscount() public method

public setDiscount ( float $discount )
$discount float

setPages() public method

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

Property Details

$clients protected_oe property

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

$discount protected_oe property

protected float $discount
return float

$pages protected_oe property

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