layout = "admin"; $this->uri_path = "admin/"; $this->view_path = "admin" . DIRECTORY_SEPARATOR; $this->content_title = "관리자"; } //Service,ServicePaymentController사용 final public function getServiceService(): ServiceService { if (!$this->_serviceService) { $this->_serviceService = new ServiceService(); } return $this->_serviceService; } }