path . '/../admin.json')) { $content = file_get_contents($menu_file); if (!$content) { return false; } $data = json_decode($content, true); return $data; } return false; } public function getPlugin() { return $this->plugin; } }