public function AppContext::__get in Forena Reports 8
File
- src/
Context/ AppContext.php, line 16
Class
Namespace
Drupal\forena\ContextCode
public function __get($name) {
return isset($this->properties[$name]) ? $this->properties[$name] : NULL;
}