You are here

public function Context::__construct in Forena Reports 8

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

File

src/Context/Context.php, line 13

Class

Context

Namespace

Drupal\forena\Context

Code

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