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

Inheritance: extends eZ\Publish\SPI\Persistence\ValueObject
显示文件 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_oe property

Float data.
public float $dataFloat
return float

$dataInt public_oe property

Integer data.
public int $dataInt
return integer

$dataText public_oe property

Text data.
public string $dataText
return string

$sortKeyInt public_oe property

Integer sort key.
public int $sortKeyInt
return integer

$sortKeyString public_oe property

Text sort key.
public string $sortKeyString
return string