PHP Класс Phalcon\Config\Adapter\Xml

Reads xml files and converts them to Phalcon\Config objects. Given the next configuration file: /phalcon/ memory here You can read it as follows: use Phalcon\Config\Adapter\Xml; $config = new Xml("path/config.xml"); echo $config->phalcon->baseuri; echo $config->nested->config->parameter;
Наследование: extends Phalcon\Config
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $filePath ) Phalcon\Config\Adapter\Xml constructor

Описание методов

__construct() публичный метод

Phalcon\Config\Adapter\Xml constructor
public __construct ( string $filePath )
$filePath string