You are here

public function Context::setValue in Forena Reports 8

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

File

src/Context/Context.php, line 22

Class

Context

Namespace

Drupal\forena\Context

Code

public function setValue($key, $value) {
  $this->values[$key] = $value;
}