Exemplo n.º 1
0
 public static function file($name, array $attributes = array())
 {
     $control = new FileUpload($name, $attributes);
     $control->setEscaper(self::$escaper);
     echo $control->render();
 }