PHP Class eZ\Publish\Core\Persistence\Legacy\Content\StorageFieldValue

Inheritance: extends eZ\Publish\SPI\Persistence\ValueObject
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$dataFloat float Float data.
$dataInt integer Integer data.
$dataText string Text data.
$sortKeyInt integer Integer sort key.
$sortKeyString string Text sort key.

Property Details

$dataFloat public property

Float data.
public float $dataFloat
return float

$dataInt public property

Integer data.
public int $dataInt
return integer

$dataText public property

Text data.
public string $dataText
return string

$sortKeyInt public property

Integer sort key.
public int $sortKeyInt
return integer

$sortKeyString public property

Text sort key.
public string $sortKeyString
return string