CBAIS::Config::CBAIS - provide access to CBAIS global configs.
This class provides access to CBAIS configs. This hides the format of the configuration files from the CBAIS application.
getActions()
return a list of valid actions.
getActionPackage()
actionThis method returns the package (class) to instansiate for the given action.
getActionFilters()
actionThis method returns a list of filters to apply to an action configuration. It allows action configurations to be altered before being passed to action object constructors. It may return the empty list.