PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\EventDistributionConfigurationHandler

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Save ( ) Function to write out the configutration to a file
__construct ( string $configurationFilePath ) Constructior for the EventDistribution System

Method Details

Save() public méthode

Function to write out the configutration to a file
public Save ( )

__construct() public méthode

Constructior for the EventDistribution System
public __construct ( string $configurationFilePath )
$configurationFilePath string

Property Details

$EventHandlers public_oe property

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