_service) { $this->_service = new LocalService($this->request); } return $this->_service; } public function getSNSButton(): string { return ""; } //로그인처리 protected function login_process(): UserEntity { $this->init(__FUNCTION__); $this->formDatas = $this->doValidate($this->action, $this->fields); return $this->getService()->login($this->getService()->checkUser($this->formDatas)); } }