xml: rename convert_element_to_array to element_to_array

This commit is contained in:
rabuzarus 2016-04-27 17:04:46 +02:00
parent dbc39bea74
commit 9b3931e48a
2 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ class xml {
*
* @return array | sring The array from the xml element or the string
*/
public static function convert_element_to_array($xml_element, &$recursion_depth=0) {
public static function element_to_array($xml_element, &$recursion_depth=0) {
// If we're getting too deep, bail out
if ($recursion_depth > 512) {