InfoParser¶
-
class
OC\App\
InfoParser
¶ Source: lib/private/App/InfoParser.php#38
Properties¶
Methods¶
-
public
OC\App\InfoParser::
__construct
($cache=null)¶ Source: Parameters: - $cache (
OCP\ICache
| null)
- $cache (
-
public
OC\App\InfoParser::
parse
($file)¶ Source: Parameters: - $file (string) the xml file to be loaded
Returns: null | array where null is an indicator for an error
-
public
OC\App\InfoParser::
xmlToArray
($xml)¶ Source: Parameters: - $xml (
SimpleXMLElement
)
Returns: array
- $xml (