Method | Description | |
---|---|---|
addItem ( string $key, mixed $value ) : void | addItem | |
addItemToGroup ( $group, string $key, string $value ) : void | Add an item to a module's runtime config table | |
removeItem ( string $key ) : void | removeItem | |
removeItemFromAllGroups ( string $key ) : void | Removes an item from the runtimeConfig file | |
removeItemFromGroup ( $group, string $key ) : void | Removes an item from the runtimeConfig file |
public removeItem ( string $key ) : void | ||
$key | string | The key that we want to remove |
return | void |
public removeItemFromAllGroups ( string $key ) : void | ||
$key | string | The key that we want to remove |
return | void |
public removeItemFromGroup ( $group, string $key ) : void | ||
$key | string | The key that we want to remove |
return | void |