You are here

public function Context::__get in Forena Reports 7.5

Same name and namespace in other branches
  1. 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

Context

Namespace

Drupal\forena\Context

Code

public function __get($name) {
  $this
    ->getValue($name);
}