Example #1
0
 /**
  *
  */
 function __construct()
 {
     parent::__construct();
     $this->setAttribute('step', 0.01);
 }
Example #2
0
 /**
  *
  */
 function __construct()
 {
     parent::__construct();
     $this->setStep(1);
 }