source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " "; // line 5 echo PhpMyAdmin\Plugins::getChoice("Schema", "export_type", ($context["export_list"] ?? null), "format"); echo " env, ($context["page"] ?? null), "html", null, true); echo "\"> "; // line 7 echo PhpMyAdmin\Plugins::getOptions("Schema", ($context["export_list"] ?? null)); echo "
"; } public function getTemplateName() { return "database/designer/schema_export.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 57 => 7, 53 => 6, 49 => 5, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/designer/schema_export.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/schema_export.twig"); } }