\CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObjectPreProcessFieldArrayDTO

Data transfer object for preProcessFieldArray-hook-parameters

Bundles the arguments of the processDatamap_preProcessFieldArray hook in an object to pass it on to the processing service.

Summary

Methods
Properties
Constants
__construct()
getFieldArray()
setFieldArray()
getTable()
setTable()
getId()
setId()
getDataHandler()
setDataHandler()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(array  fieldArray, string  table, int  id, \TYPO3\CMS\Core\DataHandling\DataHandler  dataHandler) : 

Parameters

array fieldArray
string table
int id
\TYPO3\CMS\Core\DataHandling\DataHandler dataHandler

Returns

getFieldArray()

getFieldArray() : mixed||string|int

Returns

mixed||string|int

setFieldArray()

setFieldArray(array  fieldArray) : 

Parameters

array fieldArray

Returns

getTable()

getTable() : 

Returns

setTable()

setTable(string  table) : 

Parameters

string table

Returns

getId()

getId() : 

Returns

setId()

setId(int  id) : 

Parameters

int id

Returns

getDataHandler()

getDataHandler() : \CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObject\TYPO3\CMS\Core\DataHandling\DataHandler

Returns

\CodeFareith\CfGoogleAuthenticator\Domain\DataTransferObject\TYPO3\CMS\Core\DataHandling\DataHandler

setDataHandler()

setDataHandler(\TYPO3\CMS\Core\DataHandling\DataHandler  dataHandler) : 

Parameters

\TYPO3\CMS\Core\DataHandling\DataHandler dataHandler

Returns