You are here

public function MaestroEngine::__construct in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Engine/MaestroEngine.php \Drupal\maestro\Engine\MaestroEngine::__construct()

Constructor.

File

src/Engine/MaestroEngine.php, line 52

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

public function __construct() {
  $this->debug = FALSE;
  $this->developmentMode = FALSE;
}