ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
ilBMFHeader ($name= '', $type, $value, $mustunderstand=0, $attributes=array()) | |
Constructor. | |
Public Member Functions inherited from ilBMFValue | |
ilBMFValue ($name= '', $type=false, $value=null, $attributes=array()) | |
Constructor. | |
serialize (&$serializer) | |
Serializes this value. |
Additional Inherited Members | |
Data Fields inherited from ilBMFValue | |
$value = null | |
$name = '' | |
$type = '' | |
$namespace = '' | |
$type_namespace = '' | |
$attributes = array() | |
$arrayType = '' | |
$options = array() | |
$nqn | |
$tqn |
Definition at line 136 of file class.ilBMFValue.php.
ilBMFHeader::ilBMFHeader | ( | $name = '' , |
|
$type, | |||
$value, | |||
$mustunderstand = 0 , |
|||
$attributes = array() |
|||
) |
Constructor.
string | $name | Name of the SOAP value {namespace}name. |
mixed | $type | SOAP value {namespace}type. Determined automatically if not set. |
mixed | $value | Value to set |
integer | $mustunderstand | Zero or one. |
mixed | $attributes | Attributes. |
Definition at line 148 of file class.ilBMFValue.php.
References ilBMFValue\$attributes, ilBMFValue\$name, ilBMFValue\$type, ilBMFValue\$value, and ilBMFValue\ilBMFValue().