PHP Class Swiftriver\Core\Setup

Afficher le fichier Open project: ushahidi/Swiftriver-2011 Class Usage Examples

Méthodes publiques

Méthode Description
Configuration ( ) : CoreConfigurationHandler Static access to the Core Config handler
DALConfiguration ( ) : DALConfigurationHandler Static access to the DAL Config handler
DynamicModuleConfiguration ( ) : DynamicModuleConfigurationHandler Static access to the dynamic module config handler
EventDistributionConfiguration ( ) : EventDistributionConfigurationHandler Static access to the Event distribution config handler
GetLogger ( ) : Log Get the shared instance for the logger
PreProcessingStepsConfiguration ( ) : PreProcessingStepsConfigurationHandler Static access to the Pre Processing Steps config handler

Method Details

Configuration() public static méthode

Static access to the Core Config handler
public static Configuration ( ) : CoreConfigurationHandler
Résultat Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler

DALConfiguration() public static méthode

Static access to the DAL Config handler
public static DALConfiguration ( ) : DALConfigurationHandler
Résultat Swiftriver\Core\Configuration\ConfigurationHandlers\DALConfigurationHandler

DynamicModuleConfiguration() public static méthode

Static access to the dynamic module config handler
public static DynamicModuleConfiguration ( ) : DynamicModuleConfigurationHandler
Résultat Swiftriver\Core\Configuration\ConfigurationHandlers\DynamicModuleConfigurationHandler

EventDistributionConfiguration() public static méthode

Static access to the Event distribution config handler
public static EventDistributionConfiguration ( ) : EventDistributionConfigurationHandler
Résultat Swiftriver\Core\Configuration\ConfigurationHandlers\EventDistributionConfigurationHandler

GetLogger() public static méthode

Get the shared instance for the logger
public static GetLogger ( ) : Log
Résultat Log

PreProcessingStepsConfiguration() public static méthode

Static access to the Pre Processing Steps config handler
public static PreProcessingStepsConfiguration ( ) : PreProcessingStepsConfigurationHandler
Résultat Swiftriver\Core\Configuration\ConfigurationHandlers\PreProcessingStepsConfigurationHandler