You are here

public function Context::__construct in Forena Reports 7.5

Same name and namespace in other branches
  1. 8 src/Context/Context.php \Drupal\forena\Context\Context::__construct()
1 method overrides Context::__construct()
DataContext::__construct in src/Context/DataContext.php
Constructor to initialize drupal site specific settings.

File

src/Context/Context.php, line 13

Class

Context

Namespace

Drupal\forena\Context

Code

public function __construct() {
  $this->values = array();
}