

Fonctions membres publiques | |
| 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) | |
Attributs publics | |
| $MCONF = array() | |
| $MOD_MENU = array() | |
| $MOD_SETTINGS = array() | |
| $doc | |
| $content | |
| $lF | |
| $be_user_Array | |
| $pageinfo | |
| SC_mod_tools_log_index::init | ( | ) |
| SC_mod_tools_log_index::menuConfig | ( | ) |
| SC_mod_tools_log_index::main | ( | ) |
Main function
| SC_mod_tools_log_index::printContent | ( | ) |
Output content
| SC_mod_tools_log_index::main | ( | ) |
Main module function
| SC_mod_tools_log_index::printContent | ( | ) |
Print the content
| SC_mod_tools_log_index::exportData | ( | $ | inData | ) |
Export part of module
| array | Content of POST VAR tx_impexp[].. |
| SC_mod_tools_log_index::addRecordsForPid | ( | $ | k, | |
| $ | tables, | |||
| $ | maxNumber | |||
| ) |
Adds records to the export object for a specific page id.
| integer | Page id for which to select records to add | |
| array | Array of table names to select from | |
| integer | Max amount of records to select |
| SC_mod_tools_log_index::exec_listQueryPid | ( | $ | table, | |
| $ | pid, | |||
| $ | limit | |||
| ) |
Selects records from table / pid
| string | Table to select from | |
| integer | Page ID to select from | |
| integer | Max number of records to select |
| SC_mod_tools_log_index::makeConfigurationForm | ( | $ | inData, | |
| &$ | row | |||
| ) |
Create configuration form
| array | Form configurat data | |
| array | Table row accumulation variable. This is filled with table rows. |
| SC_mod_tools_log_index::makeAdvancedOptionsForm | ( | $ | inData, | |
| &$ | row | |||
| ) |
Create advanced options form
| array | Form configurat data | |
| array | Table row accumulation variable. This is filled with table rows. |
| SC_mod_tools_log_index::makeSaveForm | ( | $ | inData, | |
| &$ | row | |||
| ) |
Create configuration form
| array | Form configurat data | |
| array | Table row accumulation variable. This is filled with table rows. |
| SC_mod_tools_log_index::importData | ( | $ | inData | ) |
Import part of module
| array | Content of POST VAR tx_impexp[].. |
| SC_mod_tools_log_index::processPresets | ( | &$ | inData | ) |
Manipulate presets
| array | In data array, passed by reference! |
| SC_mod_tools_log_index::getPreset | ( | $ | uid | ) |
Get single preset record
| integer | Preset record |
| SC_mod_tools_log_index::userTempFolder | ( | ) |
Returns first temporary folder of the user account (from $FILEMOUNTS)
| SC_mod_tools_log_index::userSaveFolder | ( | ) |
Returns folder where user can save export files.
| SC_mod_tools_log_index::checkUpload | ( | ) |
Check if a file has been uploaded
| SC_mod_tools_log_index::renderSelectBox | ( | $ | prefix, | |
| $ | value, | |||
| $ | optValues | |||
| ) |
Makes a selector-box from optValues
| string | Form element name | |
| string | Current value | |
| array | Options to display (key/value pairs) |
| SC_mod_tools_log_index::tableSelector | ( | $ | prefix, | |
| $ | value, | |||
| $ | excludeList = '' | |||
| ) |
Returns a selector-box with TCA tables
| string | Form element name prefix | |
| array | The current values selected | |
| string | Table names (and the string "_ALL") to exclude. Comma list |
| SC_mod_tools_log_index::extensionSelector | ( | $ | prefix, | |
| $ | value | |||
| ) |
Returns a selector-box with loaded extension keys
| string | Form element name prefix | |
| array | The current values selected |
| SC_mod_tools_log_index::filterPageIds | ( | $ | exclude | ) |
Filter page IDs by traversing exclude array, finding all excluded pages (if any) and making an AND NOT IN statement for the select clause.
| array | Exclude array from import/export object. |
| SC_mod_tools_log_index::$MCONF = array() |
Loaded with the global array $MCONF which holds some module configuration from the conf.php file of backend modules.
Réimplémentée à partir de t3lib_SCbase.
| SC_mod_tools_log_index::$MOD_MENU = array() |
The module menu items array. Each key represents a key for which values can range between the items in the array of that key.
Réimplémentée à partir de t3lib_SCbase.
| SC_mod_tools_log_index::$MOD_SETTINGS = array() |
Current settings for the keys of the MOD_MENU array
Réimplémentée à partir de t3lib_SCbase.
| SC_mod_tools_log_index::$doc |
Generally used to hold an instance of the 'template' class from typo3/template.php
Réimplémentée à partir de t3lib_SCbase.
| SC_mod_tools_log_index::$content |
Generally used for accumulating the output content of backend modules
Réimplémentée à partir de t3lib_SCbase.
| SC_mod_tools_log_index::$lF |
| SC_mod_tools_log_index::$be_user_Array |
| SC_mod_tools_log_index::$pageinfo |
1.5.3