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:
t3lib_TCEforms_inline $parentObject: The calling t3lib_TCEforms_inline object.
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:
 Alle Klassen Namensbereiche Funktionen Variablen

Erzeugt am Wed Oct 28 16:40:24 2009 für Typo3 von  doxygen 1.6.1