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