com\setasign\SetaSite\PropertyContainer\Property
FloatProperty
File: /SetaSite/src/PropertyContainer/Property/FloatProperty.php
Class hierarchy
Implements
Summary
Constants
VALIDATOR_EMPTY
VALIDATOR_MAX
VALIDATOR_MIN
Properties
$config
protected \com\setasign\SetaFramework\Config\Config AbstractProperty::$config
$value
protected mixed AbstractProperty::$value
Static Methods
cleanupConfig()
public static AbstractProperty::cleanupConfig (
\com\setasign\SetaFramework\Config\Config $config
): voidParameters
- $config : \com\setasign\SetaFramework\Config\Config
Methods
__construct()
public FloatProperty::__construct (
\com\setasign\SetaSite\PropertyContainer\ContainerParent\ContainerParentInterface $containerParent,
?\com\setasign\SetaFramework\Config\Config $config = null
)?\com\setasign\SetaFramework\Config\Config $config = null
FloatProperty constructor.
Parameters
- $containerParent : \com\setasign\SetaSite\PropertyContainer\ContainerParent\ContainerParentInterface
- $config : ?\com\setasign\SetaFramework\Config\Config
setValue()
Sets the value
Strings that are empty will be null
Parameters
- $value : mixed
- $ignoreEditable : bool
Ignore editable property, only for internal use!
