PHP 클래스 eZ\Publish\Core\FieldType\Checkbox\Value

상속: extends eZ\Publish\Core\FieldType\Value
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$bool boolean Boolean value.

공개 메소드들

메소드 설명
__construct ( boolean $boolValue = false ) Construct a new Value object and initialize it $boolValue.
__toString ( ) : string

메소드 상세

__construct() 공개 메소드

Construct a new Value object and initialize it $boolValue.
public __construct ( boolean $boolValue = false )
$boolValue boolean

__toString() 공개 메소드

또한 보기: eZ\Publish\Core\FieldType\Value
public __toString ( ) : string
리턴 string

프로퍼티 상세

$bool 공개적으로 프로퍼티

Boolean value.
public bool $bool
리턴 boolean