mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Code cleanup
This commit is contained in:
@@ -168,10 +168,11 @@ class e_marketplace
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Retrieve currently used adapter
|
||||
* @param e_marketplace_adapter_abstract
|
||||
* @return \e_marketplace_adapter_abstract
|
||||
*/
|
||||
public function adapter()
|
||||
{
|
||||
@@ -652,6 +653,7 @@ class e_marketplace_adapter_xmlrpc extends e_marketplace_adapter_abstract
|
||||
* XXX replace xmlClass::xml2array() after this one passes all tests
|
||||
* @param SimpleXmlIterator $xml
|
||||
* @param string $parentName parent node name - used currently for debug only
|
||||
* @return array|string
|
||||
*/
|
||||
public function parse($xml, $parentName = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user