Class Amfphp_Core_Amf_Header

Description

Amfphp_Core_Amf_Header is a data type that represents a single header passed via Amf

Located in /Amfphp/Core/Amf/Header.php (line 18)


	
			
Variable Summary
mixed $data
string $name
boolean $required
Method Summary
Amfphp_Core_Amf_Header __construct ([ $name = ""], [ $required = false], [ $data = null])
Variables
mixed $data (line 42)

data is the actual object data of the header key

  • access: public
string $name (line 25)

Name is the string name of the header key

  • access: public
boolean $required (line 35)

Required is a boolean determining whether the remote system must understand this header in order to operate. If the system does not understand the header then it should not execute the method call.

  • access: public
Methods
Constructor __construct (line 47)

Amfphp_Core_Amf_Header is the Constructor function for the Amfphp_Core_Amf_Header data type.

  • access: public
Amfphp_Core_Amf_Header __construct ([ $name = ""], [ $required = false], [ $data = null])
  • $name
  • $required
  • $data

Documentation generated on Thu, 24 Mar 2011 16:55:40 +0100 by phpDocumentor 1.4.3