parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; } public function getTemplateName() { return "database/designer/table_list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 153 => 61, 149 => 60, 139 => 55, 136 => 54, 132 => 51, 122 => 47, 118 => 46, 113 => 43, 110 => 42, 108 => 41, 107 => 40, 106 => 39, 102 => 38, 96 => 35, 92 => 34, 85 => 30, 80 => 28, 73 => 24, 70 => 23, 66 => 22, 58 => 17, 54 => 16, 50 => 15, 46 => 14, 38 => 9, 34 => 8, 30 => 7, 24 => 4, 19 => 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 Twig_Source("", "database/designer/table_list.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/table_list.twig"); } }