You are here

public function AppContext::__get in Forena Reports 8

File

src/Context/AppContext.php, line 16

Class

AppContext

Namespace

Drupal\forena\Context

Code

public function __get($name) {
  return isset($this->properties[$name]) ? $this->properties[$name] : NULL;
}