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

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

Public Properties

Property Type Description
$value integer Content of the value.

Public Methods

Method Description
__construct ( integer | 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 ( integer | null $value = null )
$value integer | null

__toString() public method

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

Property Details

$value public_oe property

Content of the value.
public int $value
return integer