API Services ICoreServiceProvider - chsxf/mfx GitHub Wiki

ICoreServiceProvider Interface

chsxf\MFX\Services

interface ICoreServiceProvider

Summary

Core service provider interface

Since 2.0

Methods

getAuthenticationService

public abstract function getAuthenticationService(): IAuthenticationService

Gets the current authentication service

Since 2.0

Returns

IAuthenticationService


getConfigService

public abstract function getConfigService(): IConfigService

Gets the current configuration service

Since 2.0

Returns

IConfigService


getDatabaseService

public abstract function getDatabaseService(): IDatabaseService

Gets the current database service

Since 2.0

Returns

IDatabaseService


getLocalizationService

public abstract function getLocalizationService(): ILocalizationService

Gets the current localization service

Since 2.0

Returns

ILocalizationService


getProfilingService

public abstract function getProfilingService(): IProfilingService

Gets the current profiling service

Since 2.0

Returns

IProfilingService


getRequestService

public abstract function getRequestService(): IRequestService

Gets the current request service

Since 2.0

Returns

IRequestService


getScriptService

public abstract function getScriptService(): IScriptService

Gets the current script service

Since 2.0

Returns

IScriptService


getSessionService

public abstract function getSessionService(): ISessionService

Gets the current session service

Since 2.0

Returns

ISessionService


getStyleSheetService

public abstract function getStyleSheetService(): IStyleSheetService

Gets the current stylesheet service

Since 2.0

Returns

IStyleSheetService


getTemplateService

public abstract function getTemplateService(): ITemplateService

Gets the current template service

Since 2.0

Returns

ITemplateService