Example #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->addClass('validate-zero-or-greater');
 }
Example #2
0
 /**
  * Validation classes for weight field which corresponds to DECIMAL(12,4) SQL type
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addClass('validate-number validate-zero-or-greater validate-number-range number-range-0-99999999.9999');
 }