e2c777b13cfe71b0c466ce57cf548e5871179f41719a7def248cf2c29a7b4307.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. /* display/results/null_display.twig */
  3. class __TwigTemplate_16a2fc8f1275319502ecd34b53dd8210a1f8f4bada8f024a0bcab0cd61f768ee 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 "<td ";
  16. echo twig_escape_filter($this->env, (isset($context["align"]) ? $context["align"] : null), "html", null, true);
  17. echo "
  18. data-decimals=\"";
  19. // line 2
  20. echo twig_escape_filter($this->env, (($this->getAttribute((isset($context["meta"]) ? $context["meta"] : null), "decimals", [], "any", true, true)) ? ($this->getAttribute((isset($context["meta"]) ? $context["meta"] : null), "decimals", [])) : ("-1")), "html", null, true);
  21. echo "\"
  22. data-type=\"";
  23. // line 3
  24. echo twig_escape_filter($this->env, $this->getAttribute((isset($context["meta"]) ? $context["meta"] : null), "type", []), "html", null, true);
  25. echo "\"
  26. ";
  27. // line 5
  28. echo " class=\"";
  29. echo twig_escape_filter($this->env, (isset($context["classes"]) ? $context["classes"] : null), "html", null, true);
  30. echo " null\">
  31. <em>NULL</em>
  32. </td>
  33. ";
  34. }
  35. public function getTemplateName()
  36. {
  37. return "display/results/null_display.twig";
  38. }
  39. public function isTraitable()
  40. {
  41. return false;
  42. }
  43. public function getDebugInfo()
  44. {
  45. return array ( 32 => 5, 28 => 3, 24 => 2, 19 => 1,);
  46. }
  47. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  48. public function getSource()
  49. {
  50. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  51. return $this->getSourceContext()->getCode();
  52. }
  53. public function getSourceContext()
  54. {
  55. return new Twig_Source("", "display/results/null_display.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\display\\results\\null_display.twig");
  56. }
  57. }