a90e05bd8f3b30a56d0acc2e5b00da9a83893926ae094f7211d8237194239092.php 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. /* console/query_action.twig */
  3. class __TwigTemplate_a40c3781b626a7f99918e4644962ffcf75352e8bfaf214daf36f419b27631671 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = [
  10. ];
  11. }
  12. protected function doDisplay(array $context, array $blocks = [])
  13. {
  14. // line 1
  15. echo "<div class=\"";
  16. echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
  17. echo "\">
  18. ";
  19. // line 2
  20. $context['_parent'] = $context;
  21. $context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
  22. foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  23. // line 3
  24. echo " ";
  25. if ((isset($context["content"]) || array_key_exists("content", $context))) {
  26. // line 4
  27. echo " <span class=\"";
  28. echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
  29. echo "\">
  30. ";
  31. // line 5
  32. echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
  33. echo "
  34. ";
  35. // line 6
  36. if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) {
  37. // line 7
  38. echo " : <span>";
  39. echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "html", null, true);
  40. echo "</span>
  41. ";
  42. }
  43. // line 9
  44. echo " </span>
  45. ";
  46. }
  47. // line 11
  48. echo " ";
  49. }
  50. $_parent = $context['_parent'];
  51. unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
  52. $context = array_intersect_key($context, $_parent) + $_parent;
  53. // line 12
  54. echo "</div>
  55. ";
  56. }
  57. public function getTemplateName()
  58. {
  59. return "console/query_action.twig";
  60. }
  61. public function isTraitable()
  62. {
  63. return false;
  64. }
  65. public function getDebugInfo()
  66. {
  67. return array ( 58 => 12, 52 => 11, 48 => 9, 42 => 7, 40 => 6, 36 => 5, 31 => 4, 28 => 3, 24 => 2, 19 => 1,);
  68. }
  69. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  70. public function getSource()
  71. {
  72. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  73. return $this->getSourceContext()->getCode();
  74. }
  75. public function getSourceContext()
  76. {
  77. return new Twig_Source("", "console/query_action.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\console\\query_action.twig");
  78. }
  79. }