Class ContactName

Class ContactName

Contact name will be the display name for an EmailContact object.

ContactName implements ContactNameInterface

Methods summary

public __construct( string $p_contactName )

Constructor

public __toString( void ) : string

Returns the contact name as a string.

Constants summary

MAX_LENGTH : integer

Maximum name length constant.

128

Properties summary

protected $contactName : string

Contact name.