phpDocumentor

CustomerGender

Class CustomerGender

Table of Contents

GENDER_ALLOWED_VALUES  = [self::GENDER_MALE, self::GENDER_FEMALE, self::GENDER_OTHER, '']
GENDER_FEMALE  = 'f'
GENDER_MALE  = 'm'
GENDER_OTHER  = 'o'
$value  : string
create()  : CustomerGender
value()  : string
__construct()  : mixed

Constants

GENDER_ALLOWED_VALUES

public mixed GENDER_ALLOWED_VALUES = [self::GENDER_MALE, self::GENDER_FEMALE, self::GENDER_OTHER, '']

Properties

Methods

__construct()

private __construct(string|null $value) : mixed
Parameters
$value : string|null
Return values
mixed

Search results