rapila
Static Public Member Functions | Static Protected Attributes | List of all members
FilterModule Class Reference
Inheritance diagram for FilterModule:
Module CategorySubpagesFilterModule

Static Public Member Functions

static getFilters ()
 
static isSingleton ()
 
- Static Public Member Functions inherited from Module
static getModuleInstanceByTypeAndName ($sType, $sName)
 
static getClassNameByTypeAndName ($sType, $sName= '')
 
static getDisplayNameByTypeAndName ($sType, $sName, $sLanguageId=null)
 
static getPathArrayByTypeAndName ($sType, $sName)
 
static getModuleInfoByTypeAndName ($sType, $sName)
 
static isModuleEnabled ($sType, $sName)
 
static getDefaultRolesForModule ()
 
static isModuleAllowed ($sType, $sName, $oUser=null)
 
static getModuleMetadataByTypeAndName ($sType, $sName)
 
static moduleExists ($sModuleName, $sType=null)
 
static listModulesByType ($sType, $bListEnabledOnly=true)
 
static listModulesByTypeAndAspect ($sType, $sAspect, $bListEnabledOnly=true)
 
static listModuleTypes ()
 
static listAllModules ($bListEnabledOnly=true)
 
static getType ()
 
static listModules ($bListEnabledOnly=true)
 
static listModulesByAspect ($sAspect, $bListEnabledOnly=true)
 
static getClassNameByName ($sModuleName)
 
static getNameByClassName ($sClassName)
 
static getDisplayNameByName ($sModuleName, $sLangugaeId=null)
 
static getModuleInstance ($sModuleName)
 
static moduleName ()
 
static isValidModuleClassName ($sName)
 
static isValidModuleClassNameOfAnyType ($sName)
 
static isSingleton ()
 

Static Protected Attributes

static $MODULE_TYPE = 'filter'
 
- Static Protected Attributes inherited from Module
static $MODULE_TYPE
 

Additional Inherited Members

- Public Member Functions inherited from Module
 getModuleName ()
 
 getModuleInfo ($sSetting=null)
 
 getDisplayName ($sLanguageId=null)
 
- Public Attributes inherited from Module
const INFO_FILE = FILENAME_INFO
 
- Protected Member Functions inherited from Module
 constructTemplate ($sTemplateName=null, $bForceGlobalTemplatesDir=false)
 
- Static Protected Member Functions inherited from Module
static constructTemplateForModuleAndType ($sModuleType, $sModuleName, $sTemplateName=null, $bForceGlobalTemplatesDir=false)
 
static template ($sTemplateName=null, $bForceGlobalTemplatesDir=false)
 

Detailed Description

FilterModule is responsible for running callback functions in various parts of the CMS to handle specific events. Filters are called as follows: FilterModule::getFilters()->handle<Event>($aArguments = array()) Each filter that has a on<Event> event handler is then being called


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