PHP Class Sylius\Component\Customer\Model\CustomerGroup

Author: Paweł Jędrzejewski ([email protected])
Author: Łukasz Chruściel ([email protected])
Inheritance: implements Sylius\Component\Customer\Model\CustomerGroupInterface
Show file Open project: sylius/sylius

Protected Properties

Property Type Description
$code string
$id mixed
$name string

Public Methods

Method Description
__toString ( ) : string
getCode ( )
getId ( )
getName ( )
setCode ( $code )
setName ( $name )

Method Details

__toString() public method

public __toString ( ) : string
return string

getCode() public method

public getCode ( )

getId() public method

public getId ( )

getName() public method

public getName ( )

setCode() public method

public setCode ( $code )

setName() public method

public setName ( $name )

Property Details

$code protected property

protected string $code
return string

$id protected property

protected mixed $id
return mixed

$name protected property

protected string $name
return string