

Public Member Functions | |
| __construct (TYPO3backend &$backendReference=null) | |
| checkAccess () | |
| render () | |
| getAdditionalAttributes () | |
Protected Member Functions | |
| addJavascriptToBackend () | |
Protected Attributes | |
| $cacheActions | |
| $backendReference | |
Definition at line 38 of file class.clearcachemenu.php.
| ClearCacheMenu::__construct | ( | TYPO3backend &$ | backendReference = null |
) |
constructor
| TYPO3backend | TYPO3 backend object reference |
Implements backend_toolbarItem.
Definition at line 54 of file class.clearcachemenu.php.
References $backendReference, and $GLOBALS.
| ClearCacheMenu::addJavascriptToBackend | ( | ) | [protected] |
adds the necessary JavaScript to the backend
Definition at line 134 of file class.clearcachemenu.php.
Referenced by render().
| ClearCacheMenu::checkAccess | ( | ) |
checks whether the user has access to this toolbar item
Implements backend_toolbarItem.
Definition at line 98 of file class.clearcachemenu.php.
References $GLOBALS.
| ClearCacheMenu::getAdditionalAttributes | ( | ) |
returns additional attributes for the list item in the toolbar
Implements backend_toolbarItem.
Definition at line 143 of file class.clearcachemenu.php.
| ClearCacheMenu::render | ( | ) |
Creates the selector for workspaces
Implements backend_toolbarItem.
Definition at line 111 of file class.clearcachemenu.php.
References $GLOBALS, and addJavascriptToBackend().
ClearCacheMenu::$backendReference [protected] |
ClearCacheMenu::$cacheActions [protected] |
Definition at line 40 of file class.clearcachemenu.php.
1.4.7