PHP Класс Swiftriver\Core\Configuration\ConfigurationHandlers\BaseConfigurationHandler

Автор: mg[at]swiftly[dot]org
Показать файл Открыть проект

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

Метод Описание
SaveOpenConfigurationFile ( string $filePath, string $collectionElement ) : SimpleXMLElement Given the file path and then name of the collection element, this function will open the xml config file if it already exists or will create an empty file and then open it if it dosent.

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

SaveOpenConfigurationFile() публичный Метод

Given the file path and then name of the collection element, this function will open the xml config file if it already exists or will create an empty file and then open it if it dosent.
public SaveOpenConfigurationFile ( string $filePath, string $collectionElement ) : SimpleXMLElement
$filePath string
$collectionElement string
Результат SimpleXMLElement