Class Inx_Api_Rendering_HeaderField

Description

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

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

  • since: API 1.11.10

Located in /Api/Rendering/HeaderField.php (line 13)


	
			
Method Summary
Inx_Api_Rendering_HeaderField __construct (string $sName, string $sValue)
string getName ()
string getValue ()
Methods
Constructor __construct (line 24)

Creates an Inx_Api_Rendering_HeaderField with the specified name and value.

Creates an Inx_Api_Rendering_HeaderField with the specified name and value.

  • access: public
Inx_Api_Rendering_HeaderField __construct (string $sName, string $sValue)
  • string $sName: the name of the header field.
  • string $sValue: the value of the header field.
getName (line 35)

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 45)

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 ()

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