view = new \Twig\Environment($loader, [ 'cache' => VIEW_CACHE_PATH, ]); $this->cgView = new CgView(); $this->cgView->viewPath = VIEW_PATH; } }