1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Code cleanup

This commit is contained in:
Cameron
2015-02-15 02:37:36 -08:00
parent 5be1cbe67f
commit 027a74f5b0
55 changed files with 211 additions and 174 deletions

View File

@@ -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)
{