PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\BaseConfigurationHandler

Author: mg[at]swiftly[dot]org
Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode Description
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.

Method Details

SaveOpenConfigurationFile() public méthode

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
Résultat SimpleXMLElement