Propel 2 API
Class

Propel\Generator\Config\XmlToArrayConverter

class XmlToArrayConverter

Runtime configuration converter From XML string to array

Methods

static Array convert(String $configuration)

Create a PHP array from the XML configuration found in a runtime-conf.xml file

Details

at line 26
static public Array convert(String $configuration)

Create a PHP array from the XML configuration found in a runtime-conf.xml file

Parameters

String $configuration The XML configuration

Return Value

Array