think\Controller::engine PHP Method

engine() protected method

初始化模板引擎
protected engine ( array | string $engine ) : void
$engine array | string 引擎参数
return void
    protected function engine($engine)
    {
        $this->view->engine($engine);
    }