Public Member Functions | |
ilBMFHeader ($name= '', $type, $value=NULL, $mustunderstand=0, $actor= 'http://schemas.xmlsoap.org/soap/actor/next') | |
Constructor. |
Definition at line 125 of file class.ilBMFValue.php.
ilBMFHeader::ilBMFHeader | ( | $ | name = '' , |
|
$ | type, | |||
$ | value = NULL , |
|||
$ | mustunderstand = 0 , |
|||
$ | actor = 'http://schemas.xmlsoap.org/soap/actor/next' | |||
) |
Constructor.
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; }