You are here

public function CompilerInputBase::__construct in Compiler 1.0.x

File

src/CompilerInputBase.php, line 27

Class

CompilerInputBase
A compiler input base class.

Namespace

Drupal\compiler

Code

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