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
stringName of configuration key
mixedDefault value to return as a fallback
mixedDesired value mr configuration, either the full configuration
or one of the desired subpartisEnabled() : bool
boolsetConfig(string $key, mixed $value)
stringName of configuration key
mixedThe value to set
setEnabled(bool $bEnabled)
bool