Exemplo n.º 1
0
 public function getDefaultValue()
 {
     $default_value = parent::getDefaultValue();
     if (!$this->isInRange($default_value)) {
         throw new InvalidConfigException("Configured range option ('min_value' or 'max_value') not compatible with the 'default' value.");
     }
     return $default_value;
 }