public function Context::setValue in Forena Reports 8
Same name and namespace in other branches
- 7.5 src/Context/Context.php \Drupal\forena\Context\Context::setValue()
1 call to Context::setValue()
- Context::__set in src/
Context/ Context.php
File
- src/
Context/ Context.php, line 22
Class
Namespace
Drupal\forena\ContextCode
public function setValue($key, $value) {
$this->values[$key] = $value;
}