ZenMagick 0.9.10


zenmagick.store.shared.model\ZMContactInfo
model\ZMContactInfo.php at line 33

Class ZMContactInfo

ZMObject
└─ZMContactInfo

public class ZMContactInfo
extends ZMObject

Contact info.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct(string name, string email, string message)

Create new instance.

string

getEmail()

Get the contact email address.

string

getMessage()

Get the message.

string

getName()

Get the contact name.

string

getRecipient()

Get the recipient.

void

setEmail(string email)

Set the contact email address.

void

setMessage(string message)

Set the message.

void

setName(string name)

Set the contact name.

void

setRecipient(string recipient)

Set the recipient.

Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

model\ZMContactInfo.php at line 47

__construct

public void __construct(string name, string email, string message)

Create new instance.

Parameters:
name - The contact name.
email - The contacts email address.
message - An optional message.

model\ZMContactInfo.php at line 82

getEmail

public string getEmail()

Get the contact email address.

Returns:
The contact email address.

model\ZMContactInfo.php at line 110

getMessage

public string getMessage()

Get the message.

Returns:
The message.

model\ZMContactInfo.php at line 68

getName

public string getName()

Get the contact name.

Returns:
The contact name.

model\ZMContactInfo.php at line 96

getRecipient

public string getRecipient()

Get the recipient.

Returns:
The recipient.

model\ZMContactInfo.php at line 89

setEmail

public void setEmail(string email)

Set the contact email address.

Parameters:
email - The contact email address.

model\ZMContactInfo.php at line 117

setMessage

public void setMessage(string message)

Set the message.

Parameters:
message - The message.

model\ZMContactInfo.php at line 75

setName

public void setName(string name)

Set the contact name.

Parameters:
name - The contact name.

model\ZMContactInfo.php at line 103

setRecipient

public void setRecipient(string recipient)

Set the recipient.

Parameters:
recipient - The recipient.

ZenMagick 0.9.10