PHP 클래스 WellCommerce\Bundle\ClientBundle\Entity\ClientGroup

상속: use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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