PHP 클래스 Swiftriver\Core\Setup

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Configuration() 공개 정적인 메소드

Static access to the Core Config handler
public static Configuration ( ) : CoreConfigurationHandler
리턴 Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler

DALConfiguration() 공개 정적인 메소드

Static access to the DAL Config handler
public static DALConfiguration ( ) : DALConfigurationHandler
리턴 Swiftriver\Core\Configuration\ConfigurationHandlers\DALConfigurationHandler

DynamicModuleConfiguration() 공개 정적인 메소드

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

EventDistributionConfiguration() 공개 정적인 메소드

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

GetLogger() 공개 정적인 메소드

Get the shared instance for the logger
public static GetLogger ( ) : Log
리턴 Log

PreProcessingStepsConfiguration() 공개 정적인 메소드

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