CustomerGender
in package
Class CustomerGender
Table of Contents
- DIVERSE = 'o'
- FEMALE = 'f'
- MALE = 'm'
- OTHER = 'o'
- $value : string
- create() : CustomerGender
- value() : string
- __construct() : mixed
- CustomerGender constructor.
Constants
DIVERSE
public
mixed
DIVERSE
= 'o'
FEMALE
public
mixed
FEMALE
= 'f'
MALE
public
mixed
MALE
= 'm'
OTHER
public
mixed
OTHER
= 'o'
Properties
$value
private
string
$value
Methods
create()
public
static create(string $value) : CustomerGender
Parameters
- $value : string
Return values
CustomerGender —value()
public
value() : string
Return values
string —__construct()
CustomerGender constructor.
private
__construct(string $value) : mixed
Parameters
- $value : string