parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 2 echo _pgettext( "Create new user", "New"); echo " "; // line 7 echo PhpMyAdmin\Util::getIcon("b_usradd"); echo _gettext("Add user account"); echo "
"; } public function getTemplateName() { return "privileges/add_user_fieldset.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 41 => 7, 38 => 6, 32 => 5, 30 => 4, 26 => 3, 22 => 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/add_user_fieldset.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\privileges\\add_user_fieldset.twig"); } }