source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 3 if (($context["geom_column_flag"] ?? null)) { // line 4 echo " "; echo _gettext("Function"); echo " "; } // line 6 echo " "; echo _gettext("Column"); echo " "; // line 7 echo _gettext("Type"); echo " "; // line 8 echo _gettext("Collation"); echo " "; // line 9 echo _gettext("Operator"); echo " "; // line 10 echo _gettext("Value"); echo " "; } public function getTemplateName() { return "table/search/table_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 66 => 10, 62 => 9, 58 => 8, 54 => 7, 49 => 6, 43 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "table/search/table_header.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/search/table_header.twig"); } }