Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
menuConfig () | |
main () | |
printContent () | |
main () | |
printContent () | |
exportData ($inData) | |
addRecordsForPid ($k, $tables, $maxNumber) | |
exec_listQueryPid ($table, $pid, $limit) | |
makeConfigurationForm ($inData, &$row) | |
makeAdvancedOptionsForm ($inData, &$row) | |
makeSaveForm ($inData, &$row) | |
importData ($inData) | |
processPresets (&$inData) | |
getPreset ($uid) | |
userTempFolder () | |
userSaveFolder () | |
checkUpload () | |
renderSelectBox ($prefix, $value, $optValues) | |
tableSelector ($prefix, $value, $excludeList='') | |
extensionSelector ($prefix, $value) | |
filterPageIds ($exclude) | |
Public Attributes | |
$MCONF = array() | |
$MOD_MENU = array() | |
$MOD_SETTINGS = array() | |
$doc | |
$content | |
$lF | |
$be_user_Array | |
$pageinfo |
Definition at line 52 of file index.php.
|
Adds records to the export object for a specific page id.
Definition at line 661 of file index.php. References t3lib_div::intInRange(). Referenced by exportData(). |
|
Check if a file has been uploaded
Definition at line 1522 of file index.php. References t3lib_div::_GP(), t3lib_div::getIndpEnv(), and t3lib_div::makeInstance(). Referenced by main(). |
|
Selects records from table / pid
Definition at line 687 of file index.php. References t3lib_BEfunc::deleteClause(). Referenced by exportData(). |
|
Export part of module
Definition at line 387 of file index.php. References addRecordsForPid(), exec_listQueryPid(), filterPageIds(), t3lib_div::getFilesInDir(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getRecord(), t3lib_div::intInRange(), t3lib_div::makeInstance(), processPresets(), and userTempFolder(). Referenced by main(). |
|
Returns a selector-box with loaded extension keys
|
|
Filter page IDs by traversing exclude array, finding all excluded pages (if any) and making an AND NOT IN statement for the select clause.
Definition at line 1636 of file index.php. Referenced by exportData(). |
|
Get single preset record
|
|
Import part of module
Definition at line 1063 of file index.php. References t3lib_div::_POST(), t3lib_div::getFileAbsFileName(), t3lib_div::getFilesInDir(), t3lib_BEfunc::getSetUpdateSignal(), t3lib_div::inList(), t3lib_div::makeInstance(), t3lib_BEfunc::readPageAccess(), t3lib_div::unlink_tempfile(), and t3lib_div::writeFile(). Referenced by main(). |
|
Initializes the backend module by setting internal variables, initializing the menu.
Reimplemented from t3lib_SCbase. Definition at line 62 of file index.php. References t3lib_BEfunc::getUserNames(), t3lib_div::makeInstance(), and menuConfig(). |
|
Main module function
Definition at line 289 of file index.php. References t3lib_div::_GP(), checkUpload(), exportData(), importData(), t3lib_div::inList(), and t3lib_div::makeInstance(). |
|
Create advanced options form
|
|
Create configuration form
Definition at line 716 of file index.php. References t3lib_BEfunc::getRecord(), and t3lib_BEfunc::getRecordTitle(). |
|
Create configuration form
|
|
Initializes the internal MOD_MENU array setting and unsetting items based on various conditions. It also merges in external menu items from the global array TBE_MODULES_EXT (see mergeExternalItems()) Then MOD_SETTINGS array is cleaned up (see t3lib_BEfunc::getModuleData()) so it contains only valid values. It's also updated with any SET[] values submitted. Also loads the modTSconfig internal variable.
Reimplemented from t3lib_SCbase. Definition at line 95 of file index.php. References t3lib_div::_GP(), t3lib_BEfunc::getGroupNames(), and t3lib_BEfunc::getModuleData(). Referenced by init(). |
|
Print the content
|
|
Manipulate presets
Definition at line 1362 of file index.php. References t3lib_div::_GP(). Referenced by exportData(). |
|
Makes a selector-box from optValues
|
|
Returns a selector-box with TCA tables
Definition at line 1575 of file index.php. References t3lib_div::inList(). |
|
Returns folder where user can save export files.
|
|
Returns first temporary folder of the user account (from $FILEMOUNTS)
Definition at line 1483 of file index.php. Referenced by exportData(). |
|
Generally used for accumulating the output content of backend modules Reimplemented from t3lib_SCbase. |
|
Generally used to hold an instance of the 'template' class from typo3/template.php Reimplemented from t3lib_SCbase. |
|
Loaded with the global array $MCONF which holds some module configuration from the conf.php file of backend modules.
Reimplemented from t3lib_SCbase. |
|
The module menu items array. Each key represents a key for which values can range between the items in the array of that key.
Reimplemented from t3lib_SCbase. |
|
Current settings for the keys of the MOD_MENU array
Reimplemented from t3lib_SCbase. |