Esempio n. 1
0
 /**
  * Put a label in front of an input formlet.
  *
  * @param   string                      $label
  * @param   IFormlet                    $formlet
  * @return IFormlet
  */
 public static function with_label($label, IFormlet $formlet)
 {
     return F::with_label($label, $formlet);
 }