logService = $logService; $this->logService->menuTitle = $this->menuTitle; } protected function saveTranslation($id, $ch, $en, $tw, $type) { AdminTranslationService::saveTranslation($ch, $en, $tw, $id, $type); } }