eZ\Publish\Core\FieldType\Checkbox\Value::__construct PHP Метод

__construct() публичный Метод

Construct a new Value object and initialize it $boolValue.
public __construct ( boolean $boolValue = false )
$boolValue boolean
    public function __construct($boolValue = false)
    {
        $this->bool = $boolValue;
    }