public function Context::__get in Forena Reports 7.5
Same name and namespace in other branches
- 8 src/Context/Context.php \Drupal\forena\Context\Context::__get()
Parameters
$name: Create getter and setter so that you can act as objects.
File
- src/
Context/ Context.php, line 30
Class
Namespace
Drupal\forena\ContextCode
public function __get($name) {
$this
->getValue($name);
}