Public Member Functions

SOAP_Header Class Reference

Inheritance diagram for SOAP_Header:
Collaboration diagram for SOAP_Header:

Public Member Functions

 SOAP_Header ($name= '', $type, $value, $mustunderstand=0, $actor= 'http://schemas.xmlsoap.org/soap/actor/next')
 Constructor.

Detailed Description

Definition at line 124 of file class.ilBMFValue.php.


Member Function Documentation

SOAP_Header::SOAP_Header ( name = '',
type,
value,
mustunderstand = 0,
actor = 'http://schemas.xmlsoap.org/soap/actor/next' 
)

Constructor.

Parameters:
string name of the soap-value <value_name>
mixed soap header value
string namespace
int mustunderstand (zero or one)
string actor

Definition at line 136 of file class.ilBMFValue.php.

References ilBMFValue::$name, ilBMFValue::$type, ilBMFValue::$value, and ilBMFValue::ilBMFValue().

                                       ://schemas.xmlsoap.org/soap/actor/next')
    {
        parent::ilBMFValue($name, $type, $value);
        $this->attributes['SOAP-ENV:actor'] = $actor;
        $this->attributes['SOAP-ENV:mustUnderstand'] = (int)$mustunderstand;
    }

Here is the call graph for this function:


The documentation for this class was generated from the following file: