Class Zend_XmlRpc_Value_Base64

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /XmlRpc/Value/Base64.php (line 37)

Zend_XmlRpc_Value
   |
   --Zend_XmlRpc_Value_Scalar
      |
      --Zend_XmlRpc_Value_Base64
Method Summary
 Zend_XmlRpc_Value_Base64 __construct (string $value, [ $alreadyEncoded = false], bool $already_encoded)
 string getValue ()
Variables
Methods
Constructor __construct (line 47)

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

  • access: public
Zend_XmlRpc_Value_Base64 __construct (string $value, [ $alreadyEncoded = false], bool $already_encoded)
  • string $value
  • bool $already_encoded: If set, it means that the given string is already base64 encoded
  • $alreadyEncoded
getValue (line 64)

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)

  • access: public
string getValue ()

Redefinition of:
Zend_XmlRpc_Value::getValue()
Return the value of this object, convert the XML-RPC native value into a PHP variable

Inherited Methods

Inherited From Zend_XmlRpc_Value_Scalar

 Zend_XmlRpc_Value_Scalar::_generateXml()

Inherited From Zend_XmlRpc_Value

 Zend_XmlRpc_Value::generateXml()
 Zend_XmlRpc_Value::getGenerator()
 Zend_XmlRpc_Value::getType()
 Zend_XmlRpc_Value::getValue()
 Zend_XmlRpc_Value::getXmlRpcValue()
 Zend_XmlRpc_Value::saveXml()
 Zend_XmlRpc_Value::setEncoding()
 Zend_XmlRpc_Value::setGenerator()
 Zend_XmlRpc_Value::_createSimpleXMLElement()
 Zend_XmlRpc_Value::_extractTypeAndValue()
 Zend_XmlRpc_Value::_phpVarToNativeXmlRpc()
 Zend_XmlRpc_Value::_setXML()
 Zend_XmlRpc_Value::_xmlStringToNativeXmlRpc()
Class Constants

Documentation generated on Mon, 21 Jun 2010 15:08:46 -0400 by phpDocumentor 1.4.3