PHP Class eZ\Publish\Core\FieldType\Float\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$value float Float content.

Public Methods

Method Description
__construct ( float | null $value = null ) Construct a new Value object and initialize with $value.
__toString ( )

Method Details

__construct() public method

Construct a new Value object and initialize with $value.
public __construct ( float | null $value = null )
$value float | null

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$value public_oe property

Float content.
public float $value
return float