1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

PHPdoc fix

This commit is contained in:
marj
2009-11-17 14:50:37 +00:00
parent edbbae61a1
commit f7f9811de6
5 changed files with 41 additions and 36 deletions

View File

@@ -9,8 +9,8 @@
* Simple XML Parser
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/xml_class.php,v $
* $Revision: 1.35 $
* $Date: 2009-11-17 10:30:39 $
* $Revision: 1.36 $
* $Date: 2009-11-17 14:50:30 $
* $Author: marj_nl_fr $
*/
@@ -383,12 +383,12 @@ class xmlClass
/**
* Advanced XML parser - handles tags with attributes and values
* proper.
* properly.
* TODO - filter (see xml_convert_to_array)
*
* @param SimpleXMLElement $xml
* @param string $rec_parent used for recursive calls only
* @return
* @return array
*/
function xml2array($xml, $rec_parent = '')
{
@@ -555,7 +555,7 @@ class xmlClass
* Convert Array(0) to String based on specified Tags.
*
* @param array|string $vars
* @return
* @return string
*/
function parseStringTags($vars)
{