data = [ 'appName' => $this->appName, 'controllerName' => $this->controllerName, 'actionName' => $this->actionName, ]; } public function getName(): string { return 'router'; } }