PHP 클래스 Swiftriver\Core\Configuration\ConfigurationHandlers\BaseConfigurationHandler

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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