PHP Class WellCommerce\Bundle\ClientBundle\Entity\ClientGroup

Inheritance: use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$clients Doctrine\Common\Collections\Collection
$discount float
$pages Doctrine\Common\Collections\Collection

Méthodes publiques

Méthode 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 méthode

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

addPage() public méthode

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

getClients() public méthode

public getClients ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getDiscount() public méthode

public getDiscount ( ) : float
Résultat float

getPages() public méthode

public getPages ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

setClients() public méthode

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

setDiscount() public méthode

public setDiscount ( float $discount )
$discount float

setPages() public méthode

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

Property Details

$clients protected_oe property

protected Collection,Doctrine\Common\Collections $clients
Résultat Doctrine\Common\Collections\Collection

$discount protected_oe property

protected float $discount
Résultat float

$pages protected_oe property

protected Collection,Doctrine\Common\Collections $pages
Résultat Doctrine\Common\Collections\Collection