ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
ilBMFBase ($faultcode='Client') | |
Constructor. More... | |
_resetNamespaces () | |
_setSchemaVersion ($schemaVersion) | |
Sets the schema version used in the SOAP message. More... | |
_getNamespacePrefix ($ns) | |
_getNamespaceForPrefix ($prefix) | |
_isSoapValue (&$value) | |
_serializeValue (&$value, $name='', $type=false, $elNamespace=NULL, $typeNamespace=NULL, $options=array(), $attributes=array(), $artype='', $OBJTypeNS=array()) | |
_getType (&$value) | |
Converts a PHP type to a SOAP type. More... | |
_multiArrayType (&$value, &$type, &$size, &$xml) | |
_isBase64 (&$value) | |
Returns whether a string is base64 encoded data. More... | |
_isBase64Type ($type) | |
Returns whether a type is a base64 type. More... | |
_isHash (&$a) | |
Returns whether an array is a hash. More... | |
_un_htmlentities ($string) | |
& | _decode (&$soapval) |
_makeEnvelope (&$method, &$headers, $encoding=SOAP_DEFAULT_ENCODING, $options=array()) | |
Creates the SOAP envelope with the SOAP envelop data. More... | |
_makeMimeMessage (&$xml, $encoding=SOAP_DEFAULT_ENCODING) | |
_makeDIMEMessage ($xml) | |
_decodeMimeMessage (&$data, &$headers, &$attachments) | |
_decodeDIMEMessage (&$data, &$headers, &$attachments) | |
__set_type_translation ($type, $class=null) | |
![]() | |
ilBMFBase_Object ($faultcode='Client') | |
Constructor. More... | |
& | _raiseSoapFault ($str, $detail='', $actorURI='', $code=null, $mode=null, $options=null, $skipmsg=false) |
Raises a SOAP error. More... | |
__isfault () | |
& | __getfault () |
_debug ($string) | |
Adds a string to the debug data. More... | |
![]() | |
PEAR ($error_class=null) | |
Constructor. More... | |
_PEAR () | |
Destructor (the emulated type of...). More... | |
& | getStaticProperty ($class, $var) |
If you have a class that's mostly/entirely static, and you need static properties, you can use this method to simulate them. More... | |
registerShutdownFunc ($func, $args=array()) | |
Use this function to register a shutdown method for static classes. More... | |
isError ($data, $code=null) | |
Tell whether a value is a PEAR error. More... | |
setErrorHandling ($mode=null, $options=null) | |
Sets how errors generated by this object should be handled. More... | |
expectError ($code=' *') | |
This method is used to tell which errors you expect to get. More... | |
popExpect () | |
This method pops one element off the expected error codes stack. More... | |
_checkDelExpect ($error_code) | |
This method checks unsets an error code if available. More... | |
delExpect ($error_code) | |
This method deletes all occurences of the specified element from the expected error codes stack. More... | |
& | raiseError ($message=null, $code=null, $mode=null, $options=null, $userinfo=null, $error_class=null, $skipmsg=false) |
This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. More... | |
& | throwError ($message=null, $code=null, $userinfo=null) |
Simpler form of raiseError with fewer options. More... | |
staticPushErrorHandling ($mode, $options=null) | |
staticPopErrorHandling () | |
pushErrorHandling ($mode, $options=null) | |
Push a new error handler on top of the error handler options stack. More... | |
popErrorHandling () | |
Pop the last error handler used. More... | |
loadExtension ($ext) | |
OS independant PHP extension load. More... | |
Data Fields | |
$_XMLSchema | |
$_XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' | |
$_typemap | |
$_defaultObjectClassname = 'stdClass' | |
Default class name to use for decoded response objects. More... | |
$_namespaces | |
$_namespace | |
$_xmlEntities | |
$_doconversion = false | |
$__attachments = array() | |
$_wsdl = null | |
$_section5 = true | |
True if we use section 5 encoding, or false if this is literal. More... | |
$_auto_translation = false | |
$_type_translation = array() | |
![]() | |
$_debug_flag = false | |
Store debugging information in $_debug_data? More... | |
$_debug_data = '' | |
String containing debugging information if $_debug_flag is true. More... | |
$_encodings = array('ISO-8859-1', 'US-ASCII', 'UTF-8') | |
Supported encodings, limited by XML extension. More... | |
$_myfaultcode = '' | |
Fault code. More... | |
$fault = null | |
Recent PEAR_Error object. More... | |
![]() | |
$_debug = false | |
$_default_error_mode = null | |
$_default_error_options = null | |
$_default_error_handler = '' | |
$_error_class = 'PEAR_Error' | |
$_expected_errors = array() | |
Definition at line 248 of file class.ilBMFBase.php.
ilBMFBase::__set_type_translation | ( | $type, | |
$class = null |
|||
) |
Definition at line 1416 of file class.ilBMFBase.php.
& ilBMFBase::_decode | ( | & | $soapval | ) |
Definition at line 1085 of file class.ilBMFBase.php.
References $d, $t, and SOAP_XML_SCHEMA_VERSION.
ilBMFBase::_decodeDIMEMessage | ( | & | $data, |
& | $headers, | ||
& | $attachments | ||
) |
Definition at line 1380 of file class.ilBMFBase.php.
References $data, ilBMFBase_Object\_raiseSoapFault(), PEAR\isError(), and SOAP_ENVELOP.
Referenced by ilBMFTransport_HTTP\_parseResponse().
ilBMFBase::_decodeMimeMessage | ( | & | $data, |
& | $headers, | ||
& | $attachments | ||
) |
Definition at line 1330 of file class.ilBMFBase.php.
References $data, and ilBMFBase_Object\_raiseSoapFault().
Referenced by ilBMFTransport_HTTP\_parseResponse().
ilBMFBase::_getNamespaceForPrefix | ( | $prefix | ) |
Definition at line 412 of file class.ilBMFBase.php.
Referenced by ilBMFParser\startElement().
ilBMFBase::_getNamespacePrefix | ( | $ns | ) |
Definition at line 399 of file class.ilBMFBase.php.
Referenced by ilBMFParser\startElement().
ilBMFBase::_getType | ( | & | $value | ) |
Converts a PHP type to a SOAP type.
private
string | $value | The value to inspect. |
Definition at line 873 of file class.ilBMFBase.php.
References ilBMFType_hexBinary\is_hexbin().
ilBMFBase::_isBase64 | ( | & | $value | ) |
Returns whether a string is base64 encoded data.
string | $value | The string to check. |
Definition at line 1026 of file class.ilBMFBase.php.
ilBMFBase::_isBase64Type | ( | $type | ) |
Returns whether a type is a base64 type.
string | $type | A type name. |
Definition at line 1043 of file class.ilBMFBase.php.
ilBMFBase::_isHash | ( | & | $a | ) |
Returns whether an array is a hash.
array | $a | An array to check. |
Definition at line 1055 of file class.ilBMFBase.php.
References $t.
ilBMFBase::_isSoapValue | ( | & | $value | ) |
Definition at line 421 of file class.ilBMFBase.php.
ilBMFBase::_makeDIMEMessage | ( | $xml | ) |
Definition at line 1302 of file class.ilBMFBase.php.
References ilBMFBase_Object\_raiseSoapFault(), and SOAP_ENVELOP.
ilBMFBase::_makeEnvelope | ( | & | $method, |
& | $headers, | ||
$encoding = SOAP_DEFAULT_ENCODING , |
|||
$options = array() |
|||
) |
Creates the SOAP envelope with the SOAP envelop data.
private
Definition at line 1223 of file class.ilBMFBase.php.
References $options, and SOAP_SCHEMA_ENCODING.
Referenced by ilBMFTransport_SMTP\send().
ilBMFBase::_makeMimeMessage | ( | & | $xml, |
$encoding = SOAP_DEFAULT_ENCODING |
|||
) |
Definition at line 1271 of file class.ilBMFBase.php.
References ilBMFBase_Object\_raiseSoapFault().
ilBMFBase::_multiArrayType | ( | & | $value, |
& | $type, | ||
& | $size, | ||
& | $xml | ||
) |
Definition at line 987 of file class.ilBMFBase.php.
References $size.
ilBMFBase::_resetNamespaces | ( | ) |
Definition at line 370 of file class.ilBMFBase.php.
ilBMFBase::_serializeValue | ( | & | $value, |
$name = '' , |
|||
$type = false , |
|||
$elNamespace = NULL , |
|||
$typeNamespace = NULL , |
|||
$options = array() , |
|||
$attributes = array() , |
|||
$artype = '' , |
|||
$OBJTypeNS = array() |
|||
) |
Definition at line 426 of file class.ilBMFBase.php.
References $options, and SOAP_SCHEMA_ENCODING.
ilBMFBase::_setSchemaVersion | ( | $schemaVersion | ) |
Sets the schema version used in the SOAP message.
private
string | $schemaVersion | The schema version. |
Definition at line 387 of file class.ilBMFBase.php.
References ilBMFBase_Object\_raiseSoapFault().
Referenced by ilBMFParser\ilBMFParser(), and ilBMFParser\startElement().
ilBMFBase::_un_htmlentities | ( | $string | ) |
Definition at line 1078 of file class.ilBMFBase.php.
ilBMFBase::ilBMFBase | ( | $faultcode = 'Client' | ) |
Constructor.
string | $faultcode | Error code. |
Definition at line 364 of file class.ilBMFBase.php.
ilBMFBase::$__attachments = array() |
Definition at line 342 of file class.ilBMFBase.php.
ilBMFBase::$_auto_translation = false |
Definition at line 354 of file class.ilBMFBase.php.
string ilBMFBase::$_defaultObjectClassname = 'stdClass' |
Default class name to use for decoded response objects.
Definition at line 328 of file class.ilBMFBase.php.
ilBMFBase::$_doconversion = false |
Definition at line 340 of file class.ilBMFBase.php.
ilBMFBase::$_namespace |
Definition at line 332 of file class.ilBMFBase.php.
ilBMFBase::$_namespaces |
Definition at line 331 of file class.ilBMFBase.php.
boolean ilBMFBase::$_section5 = true |
True if we use section 5 encoding, or false if this is literal.
Definition at line 351 of file class.ilBMFBase.php.
ilBMFBase::$_type_translation = array() |
Definition at line 355 of file class.ilBMFBase.php.
ilBMFBase::$_typemap |
Definition at line 255 of file class.ilBMFBase.php.
ilBMFBase::$_wsdl = null |
Definition at line 344 of file class.ilBMFBase.php.
ilBMFBase::$_xmlEntities |
Definition at line 334 of file class.ilBMFBase.php.
ilBMFBase::$_XMLSchema |
Definition at line 250 of file class.ilBMFBase.php.
ilBMFBase::$_XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' |
Definition at line 252 of file class.ilBMFBase.php.