parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; } public function getTemplateName() { return "privileges/privileges_summary.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 156 => 60, 151 => 57, 148 => 56, 146 => 54, 145 => 53, 143 => 52, 140 => 51, 138 => 49, 137 => 48, 135 => 47, 132 => 46, 130 => 44, 128 => 43, 126 => 42, 121 => 39, 118 => 38, 112 => 37, 110 => 35, 108 => 34, 103 => 33, 95 => 30, 92 => 29, 89 => 28, 87 => 27, 78 => 22, 72 => 20, 70 => 19, 65 => 18, 63 => 17, 59 => 16, 55 => 15, 51 => 14, 42 => 8, 38 => 7, 32 => 4, 28 => 3, 24 => 2, 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("", "privileges/privileges_summary.twig", "/var/www/html/phpMyAdmin/templates/privileges/privileges_summary.twig"); } }