21da9819143464d54ee6b898f48222ab320e5718dfa0e39cee2fa29422d74cc9.php 0000644 00000003525 14721260176 0016025 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
}
public function getTemplateName()
{
return "fk_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 4, 33 => 3, 30 => 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 Source("", "fk_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/fk_checkbox.twig");
}
}