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
string
Name of configuration key
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($bEnabled)
pparam | bool $bEnabled |
---|