|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| regItem ($table, $id, $field, $content) | |
Public Attributes | |
| $formname = 'loadform' | |
| $loading = 1 | |
| $theRecord = Array() | |
Definition at line 81 of file show_item.php.
| transferData::regItem | ( | $ | table, |
| $ | id, | ||
| $ | field, | ||
| $ | content | ||
| ) |
Register item function.
| string | Table name |
| integer | Record uid |
| string | Field name |
| string | Content string. |
Reimplemented from t3lib_transferData.
Definition at line 98 of file show_item.php.
References $content, $GLOBALS, t3lib_div\inList(), and t3lib_div\loadTCA().
| transferData::$formname = 'loadform' |
Definition at line 83 of file show_item.php.
| transferData::$loading = 1 |
Definition at line 84 of file show_item.php.
| transferData::$theRecord = Array() |
Definition at line 87 of file show_item.php.
1.7.5.1