コード例 #1
0
ファイル: form.php プロジェクト: sanneterpstra/Kamergenood
 public static function input($type, $name, $value = null, $attributes = array())
 {
     $attributes = static::merge_rules($name, $attributes);
     return parent::input($type, $name, $value, $attributes);
 }