dfeedc315a3a8e771ad981a8aeec20748074abd5c21fe81149d9f6ab1e3416f3.php 3.3 KB

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