PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\PreProcessingStepsConfigurationHandler

Inheritance: extends BaseConfigurationHandler
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$PreProcessingSteps Swiftriver\Core\ObjectModel\PreProcessingStepEntry[] The ordered collection of pre preocessing steps
$xml simpleXMLElement The xml

Public Methods

Method Description
Save ( ) Function to write out the configuration to file
__construct ( string $configurationFilePath ) Constructor for the PreProcessingStepsConfigurationHandler

Method Details

Save() public method

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

__construct() public method

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

Property Details

$PreProcessingSteps public property

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

$xml public property

The xml
public simpleXMLElement $xml
return simpleXMLElement