"TYPO3 4.0.1: SC_db_layout Class Reference", "datetime" => "Sat Dec 2 19:25:27 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 () | |
menuConfig () | |
clearCache () | |
main () | |
renderQuickEdit () | |
renderListContent () | |
printContent () | |
getNumberOfHiddenElements () | |
local_linkThisScript ($params) | |
exec_languageQuery ($id) | |
Public Attributes | |
$id | |
$pointer | |
$imagemode | |
$search_field | |
$search_levels | |
$showLimit | |
$returnUrl | |
$clear_cache | |
$popView | |
$edit_record | |
$new_unique_uid | |
$perms_clause | |
$modTSconfig | |
$pageinfo | |
$doc | |
$backPath | |
$descrTable | |
$colPosList | |
$EDIT_CONTENT | |
$CALC_PERMS | |
$current_sys_language | |
$MCONF = array() | |
$MOD_MENU = array() | |
$MOD_SETTINGS = array() | |
$include_once = array() | |
$content | |
$topFuncMenu | |
$editIcon |
Definition at line 181 of file db_layout.php.
|
Clears page cache for the current id, $this->id
Definition at line 372 of file db_layout.php. References t3lib_div::makeInstance(). |
|
Returns a SQL query for selecting sys_language records.
Definition at line 1217 of file db_layout.php. References t3lib_BEfunc::deleteClause(). Referenced by menuConfig(). |
|
Returns the number of hidden elements (including those hidden by start/end times) on the current page (for the current sys_language)
Definition at line 1192 of file db_layout.php. References t3lib_BEfunc::BEenableFields(), t3lib_BEfunc::deleteClause(), and t3lib_BEfunc::versioningPlaceholderClause(). |
|
Initializing the module
Definition at line 230 of file db_layout.php. References t3lib_div::_GP(), menuConfig(), and t3lib_BEfunc::readPageAccess(). |
|
Returns URL to the current script. In particular the "popView" and "new_unique_uid" Get vars are unset.
Definition at line 1205 of file db_layout.php. References t3lib_div::linkThisScript(). Referenced by renderQuickEdit(). |
|
Main function. Creates some general objects and calls other functions for the main rendering of module content.
Definition at line 387 of file db_layout.php. References t3lib_BEfunc::BEgetRootLine(), t3lib_BEfunc::cshItem(), t3lib_BEfunc::getFuncMenu(), t3lib_BEfunc::getModTSconfig(), t3lib_div::intExplode(), t3lib_div::makeInstance(), renderListContent(), renderQuickEdit(), and t3lib_BEfunc::viewOnClick(). |
|
Initialize menu array
Definition at line 283 of file db_layout.php. References t3lib_div::_GP(), exec_languageQuery(), t3lib_BEfunc::getModTSconfig(), t3lib_BEfunc::getModuleData(), t3lib_div::inList(), and t3lib_BEfunc::unsetMenuItems(). Referenced by init(). |
|
Print accumulated content of module
Definition at line 1165 of file db_layout.php. |
|
Rendering all other listings than QuickEdit
Definition at line 886 of file db_layout.php. References t3lib_BEfunc::getFuncCheck(), t3lib_BEfunc::getFuncMenu(), t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::loadTCA(), and t3lib_div::makeInstance(). Referenced by main(). |
|
Rendering the quick-edit view.
Definition at line 489 of file db_layout.php. References $edit_record, t3lib_BEfunc::BEenableFields(), t3lib_BEfunc::deleteClause(), t3lib_div::fixed_lgd_cs(), t3lib_BEfunc::getLabelFromItemlist(), t3lib_BEfunc::getRecordsByField(), local_linkThisScript(), t3lib_div::locationHeaderUrl(), t3lib_BEfunc::versioningPlaceholderClause(), and t3lib_BEfunc::workspaceOL(). Referenced by main(). |