71c89ca71ab893b040e3da519e7e65df12bb44988cdd66eec7042c5ee80eff1f.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. /* fk_checkbox.twig */
  3. class __TwigTemplate_1127423b6102cd52c9d32e0fc6bfdadfff05ccf43ee8a3cce2a283871508fff8 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 "<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
  16. <input type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
  17. // line 3
  18. echo ((($context["checked"] ?? null)) ? (" checked") : (""));
  19. echo ">
  20. <label for=\"fk_checks\">";
  21. // line 4
  22. echo _gettext("Enable foreign key checks");
  23. echo "</label>
  24. ";
  25. }
  26. public function getTemplateName()
  27. {
  28. return "fk_checkbox.twig";
  29. }
  30. public function isTraitable()
  31. {
  32. return false;
  33. }
  34. public function getDebugInfo()
  35. {
  36. return array ( 26 => 4, 22 => 3, 19 => 1,);
  37. }
  38. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  39. public function getSource()
  40. {
  41. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  42. return $this->getSourceContext()->getCode();
  43. }
  44. public function getSourceContext()
  45. {
  46. return new Twig_Source("", "fk_checkbox.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\fk_checkbox.twig");
  47. }
  48. }