Jet\Config_Definition_Property_Int
The class represents the property/configuration value definition of the Config::TYPE_INT type. It inherits from class Jet\Config_Definition_Property and has its own methods:
Metoda | Meaning of |
---|---|
public getMinValue( ): int|null |
Returns the minimum allowed value. If not set, it returns null. |
public setMinValue( int $min_value ):void |
Sets the minimum allowed value. |
public getMaxValue( ): int|null |
Returns the maximum allowed value. If not set, it returns null. |
public setMaxValue( int $max_value ):void |
Sets the maximum allowed value. |