

Public Member Functions | |
| initialize () | |
| render () | |
| flush () | |
Public Attributes | |
| $doc | |
Protected Member Functions | |
| isCurrentUserAdmin () | |
| loadHeaderData () | |
| getJavaScriptConfiguration () | |
| getJavaScriptLabels () | |
| getJavaScriptLabelsFromLocallang ($selectionPrefix= 'js.', $stripFromSelectionName= '') | |
| getDocHeaderButtons () | |
| getShortcutButton () | |
| getTemplateMarkers () | |
| getFunctionMenu () | |
| getDataFromSession ($identifier, $default=NULL) | |
Protected Attributes | |
| $relativePath | |
| $pageRecord = array() | |
| $isAccessibleForCurrentUser = false | |
| $allowDelete = false | |
| $recordsPageLimit = 50 | |
| $pageRenderer | |
Definition at line 36 of file index.php.
| tx_recycler_module1::flush | ( | ) |
Flushes the rendered content to browser.
Definition at line 114 of file index.php.
References t3lib_SCbase::$content, $GLOBALS, getDocHeaderButtons(), and getTemplateMarkers().
| tx_recycler_module1::getDataFromSession | ( | $ | identifier, | |
| $ | default = NULL | |||
| ) | [protected] |
Gets data from the session of the current backend user.
| string | $identifier: The identifier to be used to get the data | |
| string | $default: The default date to be used if nothing was found in the session |
Definition at line 315 of file index.php.
References $GLOBALS.
Referenced by getJavaScriptConfiguration().
| tx_recycler_module1::getDocHeaderButtons | ( | ) | [protected] |
Gets the buttons that shall be rendered in the docHeader.
Definition at line 254 of file index.php.
References $GLOBALS, t3lib_BEfunc::cshItem(), and getShortcutButton().
Referenced by flush().
| tx_recycler_module1::getFunctionMenu | ( | ) | [protected] |
Gets the function menu selector for this backend module.
Definition at line 299 of file index.php.
References t3lib_BEfunc::getFuncMenu().
Referenced by getTemplateMarkers().
| tx_recycler_module1::getJavaScriptConfiguration | ( | ) | [protected] |
Gets the JavaScript configuration for the Ext JS interface.
Definition at line 177 of file index.php.
References getDataFromSession(), and t3lib_div::getIndpEnv().
Referenced by loadHeaderData().
| tx_recycler_module1::getJavaScriptLabels | ( | ) | [protected] |
Gets the labels to be used in JavaScript in the Ext JS interface.
Definition at line 198 of file index.php.
References $GLOBALS, and getJavaScriptLabelsFromLocallang().
Referenced by loadHeaderData().
| tx_recycler_module1::getJavaScriptLabelsFromLocallang | ( | $ | selectionPrefix = 'js.', |
|
| $ | stripFromSelectionName = '' | |||
| ) | [protected] |
Gets labels to be used in JavaScript fetched from the current locallang file.
| string | $selectionPrefix: Prefix to select the correct labels (default: 'js.') | |
| string | $stripFromSelectionName: Sub-prefix to be removed from label names in the result (default: '') |
Definition at line 231 of file index.php.
References $GLOBALS, $key, and $value.
Referenced by getJavaScriptLabels().
| tx_recycler_module1::getShortcutButton | ( | ) | [protected] |
Gets the button to set a new shortcut in the backend (if current user is allowed to).
Definition at line 272 of file index.php.
References $GLOBALS.
Referenced by getDocHeaderButtons().
| tx_recycler_module1::getTemplateMarkers | ( | ) | [protected] |
| tx_recycler_module1::initialize | ( | ) |
Initializes the Module
Definition at line 59 of file index.php.
References $GLOBALS, t3lib_extMgm::extPath(), t3lib_extMgm::extRelPath(), isCurrentUserAdmin(), t3lib_div::makeInstance(), and t3lib_BEfunc::readPageAccess().
| tx_recycler_module1::isCurrentUserAdmin | ( | ) | [protected] |
Determines whether the current user is admin.
Definition at line 134 of file index.php.
References $GLOBALS.
Referenced by initialize().
| tx_recycler_module1::loadHeaderData | ( | ) | [protected] |
Loads data in the HTML head section (e.g. JavaScript or stylesheet information).
Definition at line 143 of file index.php.
References getJavaScriptConfiguration(), and getJavaScriptLabels().
Referenced by render().
| tx_recycler_module1::render | ( | ) |
Renders the contente of the module.
Definition at line 95 of file index.php.
References $BACK_PATH, $BE_USER, $CLIENT, $GLOBALS, $TCA, $TYPO3_CONF_VARS, and loadHeaderData().
| tx_recycler_module1::$doc |
tx_recycler_module1::$isAccessibleForCurrentUser = false [protected] |
1.4.7