Class Inx_Api_Mail_HeaderField

Description

An Inx_Api_Mail_HeaderField stores a name/value pair of an email header field.

An Inx_Api_Mail_HeaderField stores a name/value pair of an email header field.

  • author: chge
  • deprecated: As of 1.11.10, Inx_Api_Mail_MailingRenderer has been replaced with Inx_Api_Rendering_GeneralMailingRenderer
  • since: API 1.9.0

Located in /Api/Mail/HeaderField.php (line 15)


	
			
Method Summary
Inx_Api_Mail_HeaderField __construct ([string $sName = null], [string $sValue = null])
string getName ()
string getValue ()
void setName (string $sName)
void setValue (string $sValue)
Methods
Constructor __construct (line 26)

Creates an Inx_Api_Mail_HeaderField with the specified name and value.

Creates an Inx_Api_Mail_HeaderField with the specified name and value.

  • access: public
Inx_Api_Mail_HeaderField __construct ([string $sName = null], [string $sValue = null])
  • string $sName: the name of the header field. May be ommitted.
  • string $sValue: the value of the header field. May be ommitted.
getName (line 37)

Returns the name of the header field.

Returns the name of the header field.

  • return: the name of the header field.
  • access: public
string getName ()
getValue (line 47)

Returns the value of the header field.

Returns the value of the header field.

  • return: the value of the header field.
  • access: public
string getValue ()
setName (line 57)

Sets the name of the header field.

Sets the name of the header field.

  • access: public
void setName (string $sName)
  • string $sName: the name of the header field.
setValue (line 67)

Sets the value of the header field.

Sets the value of the header field.

  • access: public
void setValue (string $sValue)
  • string $sValue: the value of the header field.

Documentation generated on Thu, 17 Sep 2015 14:27:25 +0200 by phpDocumentor 1.3.2