UpdateBitmaskOnFieldChange implements OnFieldChangeInterface
Updates bitmask values for multi-checkboxes.
Table of Contents
Interfaces
Properties
- $elementName : string
- $invert : bool
- $position : int
- $total : int
Methods
- __construct() : mixed
- toArray() : array{name: string, data?: string}
Properties
$elementName
protected
string
$elementName
$invert
protected
bool
$invert
$position
protected
int
$position
$total
protected
int
$total
Methods
__construct()
public
__construct(int $position, int $total, bool $invert, string $elementName) : mixed
Parameters
- $position : int
- $total : int
- $invert : bool
- $elementName : string
toArray()
public
toArray() : array{name: string, data?: string}