Moodle  2.2.1
http://www.collinsharper.com
Zend_XmlRpc_Value_Base64 Class Reference
Inheritance diagram for Zend_XmlRpc_Value_Base64:
Collaboration diagram for Zend_XmlRpc_Value_Base64:

Public Member Functions

 __construct ($value, $alreadyEncoded=false)
 getValue ()

Detailed Description

Definition at line 37 of file Base64.php.


Constructor & Destructor Documentation

__construct ( value,
alreadyEncoded = false 
)

Set the value of a base64 native type We keep this value in base64 encoding

Parameters:
string$value
bool$already_encodedIf set, it means that the given string is already base64 encoded

Definition at line 47 of file Base64.php.


Member Function Documentation

getValue ( )

Return the value of this object, convert the XML-RPC native base64 value into a PHP string We return this value decoded (a normal string)

Returns:
string

Reimplemented from Zend_XmlRpc_Value.

Definition at line 64 of file Base64.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations