Copied!

CheckboxAttribute

CheckboxAttribute.php : 14

Methods

public__construct()

CheckboxAttribute.php : 18
public __construct(string $identifier, bool|null $value)

Parameters

Name Type Default value Description
$identifier string - -
$value bool|null - -

publicgetIdentifier()

AbstractAttribute.php : 31
public getIdentifier() : string

Return values

string

publicgetOperator()

AbstractAttribute.php : 52
public getOperator() : string

Return values

string

publicgetValue()

CheckboxAttribute.php : 24
public getValue() : TValue|null

Return values

TValue|null

publicsetOperator()

AbstractAttribute.php : 44
public setOperator(string $operator) : void

Parameters

Name Type Default value Description
$operator string - -