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 56 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 1553 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(), and t3lib_BEfunc::versioningPlaceholderClause(). 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_BEfunc::getRecordWSOL(), 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 1667 of file index.php. Referenced by exportData(). |
|
Get single preset record
|
|
Import part of module
Definition at line 1064 of file index.php. References t3lib_div::_POST(), t3lib_div::getFileAbsFileName(), t3lib_div::getFilesInDir(), t3lib_div::getIndpEnv(), t3lib_BEfunc::getSetUpdateSignal(), t3lib_div::inList(), t3lib_extMgm::isLoaded(), t3lib_div::locationHeaderUrl(), t3lib_div::makeInstance(), t3lib_BEfunc::readPageAccess(), t3lib_div::unlink_tempfile(), and t3lib_div::writeFile(). Referenced by main(). |
|
Initialize module
Reimplemented from t3lib_SCbase. Definition at line 71 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(). |
|
Main function
Definition at line 167 of file index.php. References t3lib_BEfunc::blindUserNames(), and t3lib_BEfunc::getFuncMenu(). |
|
Create advanced options form
|
|
Create configuration form
Definition at line 717 of file index.php. References t3lib_BEfunc::getRecordTitle(), and t3lib_BEfunc::getRecordWSOL(). |
|
Create configuration form
|
|
Menu configuration
Reimplemented from t3lib_SCbase. Definition at line 112 of file index.php. References t3lib_div::_GP(), t3lib_BEfunc::getGroupNames(), and t3lib_BEfunc::getModuleData(). Referenced by init(). |
|
Print the content
|
|
Output content
|
|
Manipulate presets
Definition at line 1393 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 1606 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 1514 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. |