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