*
* @todo is this a good name/class for this method? It does something quite different from 'decode' after all
* (returning objects vs returns plain php values)... In fact, it belongs rather to a Parser class
- * Feature creep -- should we allow an option to return php native types instead of PhpXmlRpc objects instances?
+ * Feature creep -- we should allow an option to return php native types instead of PhpXmlRpc objects instances
*/
public function decodeXml($xmlVal, $options = array())
{
/**
* @var string
- * Defines how functions in dmap will be invoked: either using an xmlrpc request object or plain php values.
+ * Defines how functions in $dmap will be invoked: either using an xmlrpc request object or plain php values.
* Valid strings are 'xmlrpcvals', 'phpvals' or 'epivals'.
*
* @todo create class constants for these