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

상속: extends BaseConfigurationHandler
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$PreProcessingSteps Swiftriver\Core\ObjectModel\PreProcessingStepEntry[] The ordered collection of pre preocessing steps
$xml simpleXMLElement The xml

공개 메소드들

메소드 설명
Save ( ) Function to write out the configuration to file
__construct ( string $configurationFilePath ) Constructor for the PreProcessingStepsConfigurationHandler

메소드 상세

Save() 공개 메소드

Function to write out the configuration to file
public Save ( )

__construct() 공개 메소드

Constructor for the PreProcessingStepsConfigurationHandler
public __construct ( string $configurationFilePath )
$configurationFilePath string

프로퍼티 상세

$PreProcessingSteps 공개적으로 프로퍼티

The ordered collection of pre preocessing steps
public PreProcessingStepEntry[],Swiftriver\Core\ObjectModel $PreProcessingSteps
리턴 Swiftriver\Core\ObjectModel\PreProcessingStepEntry[]

$xml 공개적으로 프로퍼티

The xml
public simpleXMLElement $xml
리턴 simpleXMLElement