UNA
BxDolModuleConfig Class Reference
Inheritance diagram for BxDolModuleConfig:
BxDol BxAnonFollowConfig BxAntispamConfig BxApiConfig BxBaseModGeneralConfig BxChatPlusConfig BxDataFoxConfig BxEditorConfig BxFontAwesomeConfig BxFroalaConfig BxGoogleTagManConfig BxIntercomConfig BxMailchimpConfig BxNewCommentsConfig BxNexusConfig BxOAuthConfig BxOpencvConfig BxPlyrConfig BxProfilerConfig BxQuoteOfDayConfig BxSMTPConfig

Public Member Functions

 __construct ($aModule)
 
 getUri ()
 
 getBaseUri ()
 
 getHomeUrl ()
 

Detailed Description

Base class for Config classes in modules engine.

The object of the class contains different basic configuration settings which are necessary for all modules.

Example of usage: refer to any BoonEx module

Memberships/ACL: Doesn't depend on user's membership.

Alerts: no alerts available

Constructor & Destructor Documentation

◆ __construct()

BxDolModuleConfig::__construct (   $aModule)

constructor

Member Function Documentation

◆ getBaseUri()

BxDolModuleConfig::getBaseUri ( )

Get base URI which depends on the Permalinks mechanism.

example /modules/?r=module_uri or /m/module_uri

Returns
string with base URI.

◆ getHomeUrl()

BxDolModuleConfig::getHomeUrl ( )

Get full URL.

Returns
string with full URL.

◆ getUri()

BxDolModuleConfig::getUri ( )

Get unique URI.

Returns
string with unique URI.

The documentation for this class was generated from the following file: