uri_path .= 'equipment/'; // $this->view_path .= "equipment" . DIRECTORY_SEPARATOR; } final public function getServerService(): ServerService { if (!$this->_serverService) { $this->_serverService = new ServerService($this->request); } return $this->_serverService; } //Index,FieldForm관련 }