You are here

public function Context::__get in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Context/Context.php \Drupal\forena\Context\Context::__get()

Parameters

string $name: Paramater to get. Create getter and setter so that you can act as objects.

File

src/Context/Context.php, line 31

Class

Context

Namespace

Drupal\forena\Context

Code

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