Ejemplo n.º 1
0
 function fillRestrictions()
 {
     parent::fillRestrictions();
     if ($this->min !== NULL) {
         $this->setRestriction('min', $this->min);
     }
     if ($this->max !== NULL) {
         $this->setRestriction('max', $this->max);
     }
 }