Class CustomerGender

Value Object

Class CustomerGender

Represents a customer gender

CustomerGender implements CustomerGenderInterface
Package: Customer\ValueObjects
Category: System
Implements: CustomerGenderInterface
Located at Services/Core/Customer/ValueObjects/CustomerGender.inc.php

Methods summary

public __construct( string $p_gender )

Constructor of the class CustomerGender.

public __toString( void ) : string

Returns the equivalent string value.

Properties summary

protected $gender : string

Customer's gender.