bc23326348cf90d4305cf355481e7b5bc02dcadda7287031e414ec57bbcf024d.php000064400000006147147213124640016201 0ustar00parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " # "; // line 5 echo _gettext("Name"); echo " "; // line 6 echo _gettext("Type"); echo " "; // line 7 echo _gettext("Collation"); echo " "; // line 8 echo _gettext("Attributes"); echo " "; // line 9 echo _gettext("Null"); echo " "; // line 10 echo _gettext("Default"); echo " "; // line 11 if (($context["show_column_comments"] ?? null)) { // line 12 echo ""; echo _gettext("Comments"); echo ""; } // line 14 echo " "; echo _gettext("Extra"); echo " "; // line 16 echo " "; if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) { // line 17 echo " "; echo _gettext("Action"); echo " "; } // line 20 echo " "; } public function getTemplateName() { return "table/structure/table_structure_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 84 => 20, 78 => 18, 75 => 17, 72 => 16, 67 => 14, 62 => 12, 60 => 11, 56 => 10, 52 => 9, 48 => 8, 44 => 7, 40 => 6, 36 => 5, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "table/structure/table_structure_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_header.twig"); } }