Example #1
0
 public static function addHiddenInputs(array $inputs)
 {
     self::$hiddenInputs = array_merge(self::$hiddenInputs, $inputs);
 }