Nette\DI\Extensions\DIExtension::__construct PHP Method

__construct() public method

public __construct ( $debugMode = FALSE )
    public function __construct($debugMode = FALSE)
    {
        $this->debugMode = $debugMode;
        $this->time = microtime(TRUE);
    }