You are here

public function FrxReport::__get in Forena Reports 8

File

src/FrxPlugin/Context/FrxReport.php, line 28

Class

FrxReport
Class FrxReport

Namespace

Drupal\forena\FrxPlugin\Context

Code

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