Nette\Bridges\ApplicationDI\LatteExtension::__construct PHP Method

__construct() public method

public __construct ( $tempDir, $debugMode = FALSE )
    public function __construct($tempDir, $debugMode = FALSE)
    {
        $this->tempDir = $tempDir;
        $this->debugMode = $debugMode;
    }