Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
menuConfig () | |
main () | |
printContent () | |
Public Attributes | |
$MCONF = array() | |
$MOD_MENU = array() | |
$MOD_SETTINGS = array() | |
$content | |
$basicFF | |
$doc | |
$id | |
$pointer | |
$table | |
$imagemode | |
$cmd | |
$overwriteExistingFiles |
Definition at line 77 of file file_list.php.
|
Initialize variables, file object Incoming GET vars include id, pointer, table, imagemode
Definition at line 103 of file file_list.php. References t3lib_div::_GP(), t3lib_div::makeInstance(), and menuConfig(). |
|
Main function, creating the listing
Definition at line 151 of file file_list.php. References t3lib_div::_GET(), t3lib_div::_POST(), t3lib_BEfunc::cshItem(), t3lib_BEfunc::getFuncCheck(), t3lib_div::intInRange(), and t3lib_div::makeInstance(). |
|
Setting the menu/session variables
Definition at line 130 of file file_list.php. References t3lib_div::_GP(), and t3lib_BEfunc::getModuleData(). Referenced by init(). |
|
Outputting the accumulated content to screen
Definition at line 295 of file file_list.php. |