PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\PreProcessingStepsConfigurationHandler

Inheritance: extends BaseConfigurationHandler
Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Свойство Type Description
$PreProcessingSteps Swiftriver\Core\ObjectModel\PreProcessingStepEntry[] The ordered collection of pre preocessing steps
$xml simpleXMLElement The xml

Méthodes publiques

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

Method Details

Save() public méthode

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

__construct() public méthode

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

Property Details

$PreProcessingSteps public_oe property

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

$xml public_oe property

The xml
public simpleXMLElement $xml
Résultat simpleXMLElement