Class ContactType

Class ContactType

ContactType implements ContactTypeInterface

Methods summary

public __construct( string $p_type )

Class Constructor

public __toString( void ) : string

Returns the contact type as a string.

Constants summary

SENDER : string

Type Constants

'sender'
RECIPIENT : string
'recipient'
REPLY_TO : string
'reply_to'
BCC : string
'bcc'
CC : string
'cc'

Properties summary

protected $type : string

Contact type.