PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Content\StorageFieldValue

상속: extends eZ\Publish\SPI\Persistence\ValueObject
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$dataFloat float Float data.
$dataInt integer Integer data.
$dataText string Text data.
$sortKeyInt integer Integer sort key.
$sortKeyString string Text sort key.

프로퍼티 상세

$dataFloat 공개적으로 프로퍼티

Float data.
public float $dataFloat
리턴 float

$dataInt 공개적으로 프로퍼티

Integer data.
public int $dataInt
리턴 integer

$dataText 공개적으로 프로퍼티

Text data.
public string $dataText
리턴 string

$sortKeyInt 공개적으로 프로퍼티

Integer sort key.
public int $sortKeyInt
리턴 integer

$sortKeyString 공개적으로 프로퍼티

Text sort key.
public string $sortKeyString
리턴 string