public function FrxContext::setValue in Forena Reports 7.5
Same name and namespace in other branches
- 7.3 FrxContext.inc \FrxContext::setValue()
- 7.4 FrxContext.inc \FrxContext::setValue()
File
- ./
FrxContext.inc, line 21
Class
- FrxContext
- Interface class for Data contexts. The basic methods are implemented as below. This is too simple for real use in Forena, but serves as a model for implementation. @author davidmetzler
Code
public function setValue($key, $value, $context = '') {
$this->values[$key] = $value;
}