コード例 #1
0
ファイル: Formlets.php プロジェクト: lechimp-p/php-formlets
 /**
  * Get a named reset button.
  *
  * @param   string                      $value
  * @param   [string => string] | null   $attrs
  * @return IFormlet
  */
 public static function reset($value, $attrs = array())
 {
     return F::reset($value, $attrs);
 }