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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$bool boolean Boolean value.

Méthodes publiques

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

Method Details

__construct() public méthode

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

__toString() public méthode

See also: eZ\Publish\Core\FieldType\Value
public __toString ( ) : string
Résultat string

Property Details

$bool public_oe property

Boolean value.
public bool $bool
Résultat boolean