|
ILIAS
Release_5_0_x_branch Revision 61816
|
Inheritance diagram for ilBMFValue:
Collaboration diagram for ilBMFValue:Public Member Functions | |
| ilBMFValue ($name= '', $type=false, $value=null, $attributes=array()) | |
| Constructor. | |
| serialize (&$serializer) | |
| Serializes this value. | |
Data Fields | |
| $value = null | |
| $name = '' | |
| $type = '' | |
| $namespace = '' | |
| $type_namespace = '' | |
| $attributes = array() | |
| $arrayType = '' | |
| $options = array() | |
| $nqn | |
| $tqn | |
Definition at line 40 of file class.ilBMFValue.php.
| ilBMFValue::ilBMFValue | ( | $name = '', |
|
$type = false, |
|||
$value = null, |
|||
$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. |
| array | $attributes | Attributes. |
Definition at line 86 of file class.ilBMFValue.php.
References $attributes, $name, $type, and $value.
Referenced by ilBMFHeader\ilBMFHeader(), and SOAP_Attachment\SOAP_Attachment().
Here is the caller graph for this function:| ilBMFValue::serialize | ( | & | $serializer | ) |
Serializes this value.
Definition at line 109 of file class.ilBMFValue.php.
| ilBMFValue::$arrayType = '' |
Definition at line 70 of file class.ilBMFValue.php.
| ilBMFValue::$attributes = array() |
Definition at line 65 of file class.ilBMFValue.php.
Referenced by ilBMFHeader\ilBMFHeader(), and ilBMFValue().
| ilBMFValue::$name = '' |
Definition at line 50 of file class.ilBMFValue.php.
Referenced by ilBMFHeader\ilBMFHeader(), ilBMFValue(), and SOAP_Attachment\SOAP_Attachment().
| ilBMFValue::$namespace = '' |
Definition at line 62 of file class.ilBMFValue.php.
| ilBMFValue::$nqn |
Definition at line 74 of file class.ilBMFValue.php.
| ilBMFValue::$options = array() |
Definition at line 72 of file class.ilBMFValue.php.
| ilBMFValue::$tqn |
Definition at line 75 of file class.ilBMFValue.php.
| ilBMFValue::$type = '' |
Definition at line 55 of file class.ilBMFValue.php.
Referenced by ilBMFHeader\ilBMFHeader(), ilBMFValue(), and SOAP_Attachment\SOAP_Attachment().
| ilBMFValue::$type_namespace = '' |
Definition at line 63 of file class.ilBMFValue.php.
| ilBMFValue::$value = null |
Definition at line 45 of file class.ilBMFValue.php.
Referenced by ilBMFHeader\ilBMFHeader(), and ilBMFValue().