parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; } public function getTemplateName() { return "privileges/privileges_summary.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 167 => 60, 162 => 57, 159 => 56, 157 => 54, 156 => 53, 154 => 52, 151 => 51, 149 => 49, 148 => 48, 146 => 47, 143 => 46, 141 => 44, 139 => 43, 137 => 42, 132 => 39, 129 => 38, 123 => 37, 121 => 35, 119 => 34, 114 => 33, 106 => 30, 103 => 29, 100 => 28, 98 => 27, 89 => 22, 83 => 20, 81 => 19, 76 => 18, 74 => 17, 70 => 16, 66 => 15, 62 => 14, 53 => 8, 49 => 7, 43 => 4, 39 => 3, 35 => 2, 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("", "privileges/privileges_summary.twig", "/usr/local/www/phpMyAdmin/templates/privileges/privileges_summary.twig"); } }