PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\EventDistributionConfigurationHandler

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

Public Properties

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

Public Methods

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

Method Details

Save() public method

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

__construct() public method

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

Property Details

$EventHandlers public property

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