Public Member Functions

ilBMFHeader Class Reference

Inheritance diagram for ilBMFHeader:
Collaboration diagram for ilBMFHeader:

Public Member Functions

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

Detailed Description

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


Member Function Documentation

ilBMFHeader::ilBMFHeader ( name = '',
type,
value = NULL,
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 137 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: