t3lib_tceformsInlineHook Schnittstellenreferenz
Aufstellung aller Elemente
Öffentliche Methoden |
| | init (&$parentObject) |
| | renderForeignRecordHeaderControl_preProcess ($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$enabledControls) |
| | renderForeignRecordHeaderControl_postProcess ($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$controlItems) |
Dokumentation der Elementfunktionen
| t3lib_tceformsInlineHook::init |
( |
&$ |
parentObject |
) |
|
Initializes this hook object.
- Parameter:
-
- Rückgabe:
- void
| t3lib_tceformsInlineHook::renderForeignRecordHeaderControl_postProcess |
( |
$ |
parentUid, |
|
|
$ |
foreignTable, |
|
|
array $ |
childRecord, |
|
|
array $ |
childConfig, |
|
|
$ |
isVirtual, |
|
|
array &$ |
controlItems | |
|
) |
| | |
Post-processing to define which control items to show. Possibly own icons can be added here.
- Parameter:
-
| string | $parentUid: The uid of the parent (embedding) record (uid or NEW...) |
| string | $foreignTable: The table (foreign_table) we create control-icons for |
| array | $childRecord: The current record of that foreign_table |
| array | $childConfig: TCA configuration of the current field of the child record |
| boolean | $isVirtual: Defines whether the current records is only virtually shown and not physically part of the parent record |
| array | &$controlItems: (reference) Associative array with the currently available control items |
- Rückgabe:
- void
| t3lib_tceformsInlineHook::renderForeignRecordHeaderControl_preProcess |
( |
$ |
parentUid, |
|
|
$ |
foreignTable, |
|
|
array $ |
childRecord, |
|
|
array $ |
childConfig, |
|
|
$ |
isVirtual, |
|
|
array &$ |
enabledControls | |
|
) |
| | |
Pre-processing to define which control items are enabled or disabled.
- Parameter:
-
| string | $parentUid: The uid of the parent (embedding) record (uid or NEW...) |
| string | $foreignTable: The table (foreign_table) we create control-icons for |
| array | $childRecord: The current record of that foreign_table |
| array | $childConfig: TCA configuration of the current field of the child record |
| boolean | $isVirtual: Defines whether the current records is only virtually shown and not physically part of the parent record |
| array | &$enabledControls: (reference) Associative array with the enabled control items |
- Rückgabe:
- void
Die Dokumentation für diese Schnittstelle wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php