|
UNA
|
Public Member Functions | |
| __construct (&$oConfig, &$oDb, $sRootPath=BX_DIRECTORY_PATH_ROOT, $sRootUrl=BX_DOL_URL_ROOT) | |
| getModule () | |
| init () | |
| addLocationBase () | |
| addCssSystem ($mixedFiles, $bDynamic=false) | |
| addCss ($mixedFiles, $bDynamic=false) | |
| addJsSystem ($mixedFiles, $bDynamic=false) | |
| addJs ($mixedFiles, $bDynamic=false) | |
| addJsTranslation ($mixedKey, $bDynamic=false) | |
| addStudioCss ($mixedFiles, $bDynamic=false, $bSearchInModule=true) | |
| addStudioCssSystem ($mixedFiles, $bDynamic=false, $bSearchInModule=true) | |
| addStudioJs ($mixedFiles, $bDynamic=false, $bSearchInModule=true) | |
| addStudioJsSystem ($mixedFiles, $bDynamic=false, $bSearchInModule=true) | |
| addStudioJsTranslation ($mixedKey) | |
| _addFiles ($oTemplate, $sFuncAddFiles, $sFuncIsLocation, $sFuncAddLocation, $sFuncRemoveLocation, $sPath, $mixedFiles, $bDynamic=false, $bSearchInModule=true, $aLocations=array()) | |
| addStudioInjection ($sKey, $sType, $sData, $iReplace=0) | |
| pageStart () | |
| pageEnd ($isGetContent=true) | |
| addCssJs () | |
| isMethodExists ($s) | |
Protected Attributes | |
| $_oDb | |
| $_oConfig | |
| $_bObStarted = 0 | |
| $_oModule | |
| BxDolModuleTemplate::init | ( | ) |
Initialize module template engine. Note. The method is executed with the system, you shouldn't execute it in your subclasses.
Reimplemented in BxAttendantTemplate, and BxTimelineTemplate.