Beispiel #1
0
 public static function hidden($text, $value, array $attributes = array())
 {
     $control = new Hidden($text, $value, $attributes);
     $control->setEscaper(self::$escaper);
     echo $control->render();
 }