$config
$config : mixed
Module config
Pop module class
$application : \Pop\Application
Application
setName(string $name) : \Pop\Module\Module
Set module name
string | $name |
registerConfig(mixed $config) : \Pop\Module\Module
Register a configuration with the module object
mixed | $config |
register(\Pop\Application $application) : \Pop\Module\Module
Register module
\Pop\Application | $application |
addConfigValue(string $name, string $value) : \Pop\Module\Module
Add new value to config
string | $name | |
string | $value |
updateConfigValue(string $name, string $value) : \Pop\Module\Module
Update existing value in config
string | $name | |
string | $value |
deleteConfigValue(string $name) : \Pop\Module\Module
Replace existing value in config
string | $name |
mergeConfig(mixed $config, boolean $preserve = false) : \Pop\Module\Module
Merge new or altered config values with the existing config values
mixed | $config | |
boolean | $preserve |
application() : \Pop\Application
Get application
__set(string $name, mixed $value) : \Pop\Module\Module
Set a pre-designated value in the module object
string | $name | |
mixed | $value |
__unset(string $name) : \Pop\Module\Module
Unset a pre-designated value in the module object
string | $name |
offsetSet(string $offset, mixed $value) : \Pop\Module\Module
Set a value in the array
string | $offset | |
mixed | $value |
offsetUnset(string $offset) : \Pop\Module\Module
Unset a value from the array
string | $offset |