PHP Trait WellCommerce\Bundle\ClientBundle\Entity\ClientGroupAwareTrait

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$clientGroup WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface

Public Methods

Method Description
getClientGroup ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface
setClientGroup ( WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface $clientGroup )

Method Details

getClientGroup() public method

public getClientGroup ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface

setClientGroup() public method

public setClientGroup ( WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface $clientGroup )
$clientGroup WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface

Property Details

$clientGroup protected property

protected ClientGroupInterface,WellCommerce\Bundle\ClientBundle\Entity $clientGroup
return WellCommerce\Bundle\ClientBundle\Entity\ClientGroupInterface