コード例 #1
0
ファイル: form.php プロジェクト: sanneterpstra/Kamergenood
 public static function open($action = null, $method = 'POST', $attributes = array(), $https = null, $rules = array())
 {
     static::$rules = $rules;
     return parent::open($action, $method, $attributes, $https);
 }