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

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

Public Properties

Property Type Description
$bool boolean Boolean value.

Public Methods

Method Description
__construct ( boolean $boolValue = false ) Construct a new Value object and initialize it $boolValue.
__toString ( ) : string

Method Details

__construct() public method

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

__toString() public method

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

Property Details

$bool public_oe property

Boolean value.
public bool $bool
return boolean