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

Public Member Functions

 __construct (string $tableName, string $identifier, string $fieldName, string $elementName)
 
 withElementName (string $elementName)
 
 toArray ()
 

Protected Attributes

string $tableName
 
string $identifier
 
string $fieldName
 
string $elementName
 

Detailed Description

Updates TBE_EDITOR value (the default action), in case a particular field has been changed.

Definition at line 24 of file UpdateValueOnFieldChange.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::__construct ( string  $tableName,
string  $identifier,
string  $fieldName,
string  $elementName 
)

Member Function Documentation

◆ toArray()

◆ withElementName()

TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::withElementName ( string  $elementName)

Member Data Documentation

◆ $elementName

◆ $fieldName

string TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::$fieldName
protected

◆ $identifier

string TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::$identifier
protected

◆ $tableName

string TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::$tableName
protected