You are here

public function Context::setValue in Forena Reports 7.5

Same name and namespace in other branches
  1. 8 src/Context/Context.php \Drupal\forena\Context\Context::setValue()
1 call to Context::setValue()
Context::__set in src/Context/Context.php
1 method overrides Context::setValue()
DataContext::setValue in src/Context/DataContext.php
Allows override of a value for the current context.

File

src/Context/Context.php, line 22

Class

Context

Namespace

Drupal\forena\Context

Code

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