Abstract base mod rewrite class.
Provides some common features such as common debugging, globals/configuration access for childs.
author | Murat Purc |
---|---|
package | plugin |
subpackage | Mod Rewrite |
getConfig(string $key, mixed $default) : mixed
string
Name of configuration key
mixed
Default value to return as a fallback
mixed
Desired value mr configuration, either the full configuration
or one of the desired subpartisEnabled() : bool
bool
setConfig(string $key, mixed $value)
string
Name of configuration key
mixed
The value to set
setEnabled(bool $bEnabled)
bool