‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\Behavior\UpdateBitmaskOnFieldChange Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Behavior\UpdateBitmaskOnFieldChange:

Public Member Functions

 __construct (int $position, int $total, bool $invert, string $elementName)
 
 toArray ()
 

Protected Attributes

int $position
 
int $total
 
bool $invert
 
string $elementName
 

Detailed Description

Updates bitmask values for multi-checkboxes.

Definition at line 23 of file UpdateBitmaskOnFieldChange.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ toArray()

Member Data Documentation

◆ $elementName

string TYPO3\CMS\Backend\Form\Behavior\UpdateBitmaskOnFieldChange::$elementName
protected

◆ $invert

bool TYPO3\CMS\Backend\Form\Behavior\UpdateBitmaskOnFieldChange::$invert
protected

◆ $position

int TYPO3\CMS\Backend\Form\Behavior\UpdateBitmaskOnFieldChange::$position
protected

◆ $total

int TYPO3\CMS\Backend\Form\Behavior\UpdateBitmaskOnFieldChange::$total
protected