controllerName = $controllerName; $this->actionName = $actionName; $this->container = $container; } public function __invoke($params) { App::main($this->controllerName, $this->actionName, $this->container, $params); } }