Exemple #1
0
 /**
  * Return the Input Attributes
  * @return array
  */
 public function inputAttributes()
 {
     $attr = parent::inputAttributes();
     $attr['min'] = '0.01';
     $attr['step'] = '0.01';
     $attr['max'] = '999999999';
     return $attr;
 }