$instance
$instance : \qfq\Store
Class Store
$instance : \qfq\Store
$sip : \qfq\Sip
$raw : array
getVar(string $key, string $useStores = STORE_USE_DEFAULT, string $sanitizeClass = '', string $foundInStore = '') : string
Cycles through all stores in $useStore.
First match will return the found value. During cycling: fill cache with requestet value and sanitize raw value.
string | $key | |
string | $useStores | f.e.: 'FSRD' |
string | $sanitizeClass | |
string | $foundInStore | Returns the name of the store where $key has been found. If $key is not found, return ''. |
a) if found: value, b) false
getInstance(string $bodytext = '', boolean|false $phpUnit = false) : null|\qfq\Store
string | $bodytext | |
boolean|false | $phpUnit |
getSipInstance() : null|\qfq\Sip