* @link https://prism-code-editor.netlify.app/ * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerPrism extends Adminer\Plugin { private $editorRoot; private $minified; private $theme; function __construct($editorRoot = "https://cdn.jsdelivr.net/npm/prism-code-editor@3/dist", $minified = ".min", $theme = "prism") { $this->editorRoot = $editorRoot; $this->minified = $minified; $this->theme = $theme; } function syntaxHighlighting($tableStatuses) { ?> array('' => 'Použije Prism Code Editor pro zvýrazňování syntaxe a