Abstract base mod rewrite class.
Provides some common features such as common debugging, globals/configuration access for childs.
| author | Murat Purc |
|---|---|
| package | Contenido Backend plugins |
| subpackage | ModRewrite |
getConfig(string $key, $default) : mixed
stringName of configuration key
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($bEnabled)
| pparam | bool $bEnabled |
|---|