Method |
Description |
|
configGet ( $arg ) |
* configGet
Gets specified config value(s) from the DB. |
|
configGetBase ( ) |
* configGetBase
Returns Base Configuration Data |
|
configUpdate ( $input, $force = FALSE ) |
$input must be an array as key:value ([config_name] => config_value) |
|
getAttachmentsWithNames ( $attachments ) : array |
Get attachments names based on attachment indexes |
|
getParams ( $defaults, $args ) |
* getParams
Merges default and given params |
|
stateInit ( $name = 'default', $defaults = [], $source = [] ) |
* stateInit
initializes a page state |
|
stateReset ( $state = [] ) |
returns (bool) |
|