PHP Класс WellCommerce\Bundle\ClientBundle\Entity\ClientGroup

Наследование: use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$clients Doctrine\Common\Collections\Collection
$discount float
$pages Doctrine\Common\Collections\Collection

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

Метод Описание
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 )

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

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

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

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

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

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

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

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

public getDiscount ( ) : float
Результат float

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

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

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

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

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

public setDiscount ( float $discount )
$discount float

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

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

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

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

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

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

protected float $discount
Результат float

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

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