"TYPO3 4.0.1: SC_show_item Class Reference", "datetime" => "Sat Dec 2 19:25:37 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
| init () | |
| main () | |
| renderDBInfo () | |
| renderFileInfo ($returnLinkTag) | |
| printContent () | |
| makeRef ($table, $ref) | |
| makeRefFrom ($table, $ref) | |
Public Attributes | |
| $table | |
| $uid | |
| $perms_clause | |
| $access | |
| $type | |
| $doc | |
| $content | |
| $file | |
| $pageinfo | |
| $row | |
Definition at line 135 of file show_item.php.
|
|
Initialization of the class Will determine if table/uid GET vars are database record or a file and if the user has access to view information about the item.
Definition at line 160 of file show_item.php. References t3lib_div::_GET(), t3lib_BEfunc::getRecord(), t3lib_div::isAllowedAbsPath(), t3lib_div::loadTCA(), t3lib_div::makeInstance(), and t3lib_BEfunc::readPageAccess(). |
|
|
Main function. Will generate the information to display for the item set internally.
Definition at line 225 of file show_item.php. References t3lib_div::_GP(), t3lib_div::getUserObj(), renderDBInfo(), and renderFileInfo(). |
|
||||||||||||
|
Make reference display
Definition at line 462 of file show_item.php. References $row, $table, and t3lib_div::isFirstPartOfStr(). Referenced by renderDBInfo(), and renderFileInfo(). |
|
||||||||||||
|
Make reference display (what this elements points to)
Definition at line 524 of file show_item.php. Referenced by renderDBInfo(). |
|
|
End page and print content
Definition at line 449 of file show_item.php. |
|
|
Main function. Will generate the information to display for the item set internally.
Definition at line 273 of file show_item.php. References t3lib_BEfunc::getItemLabel(), t3lib_BEfunc::getProcessedValue(), makeRef(), makeRefFrom(), and t3lib_div::trimExplode(). Referenced by main(). |
|
|
Main function. Will generate the information to display for the item set internally.
Definition at line 327 of file show_item.php. References t3lib_BEfunc::getFileIcon(), t3lib_div::isFirstPartOfStr(), t3lib_div::makeInstance(), makeRef(), and t3lib_div::split_fileref(). Referenced by main(). |