Esempio n. 1
0
 /**
  * Append a span with class error to input formlet if the formlet collects 
  * errors.
  *
  * @param   IFormlet                    $formlet
  * @return IFormlet
  */
 public static function with_errors(IFormlet $formlet)
 {
     return F::with_errors($formlet);
 }