public function AppContext::__set in Forena Reports 8
File
- src/
Context/ AppContext.php, line 20
Class
Namespace
Drupal\forena\ContextCode
public function __set($name, $value) {
$this->properties[$name] = $value;
}
public function __set($name, $value) {
$this->properties[$name] = $value;
}