|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| __construct () | |
| menuConfig () | |
| main () | |
| printContent () | |
| description ($title, $description='') | |
| renderListMenu ($items, $mainMenu=FALSE) | |
| urlInIframe ($url, $max=0) | |
Protected Member Functions | |
| renderModuleContent () | |
| renderInformationContent () | |
| indexAction () | |
| getButtons () | |
| checkAccess ($extKey, $taskClass) | |
| getUniqueKey ($string) | |
| openInNewWindow () | |
Protected Attributes | |
| $pageinfo | |
| SC_mod_user_task_index::__construct | ( | ) |
Initializes the Module
Definition at line 54 of file index.php.
References $GLOBALS, t3lib_extMgm\extPath(), t3lib_SCbase\init(), t3lib_div\makeInstance(), and t3lib_extMgm\siteRelPath().
| SC_mod_user_task_index::checkAccess | ( | $ | extKey, |
| $ | taskClass | ||
| ) | [protected] |
Check the access to a task. Considered are:
| string | $extKey,: | Extension key |
| string | $taskClass,: | Name of the task |
Definition at line 445 of file index.php.
References $GLOBALS.
Referenced by indexAction(), and renderModuleContent().
| SC_mod_user_task_index::description | ( | $ | title, |
| $ | description = '' |
||
| ) |
Render the headline of a task including a title and an optional description.
| string | $title,: | Title |
| string | $description,: | Description |
Definition at line 238 of file index.php.
References t3lib_SCbase\$content.
Referenced by renderInformationContent().
| SC_mod_user_task_index::getButtons | ( | ) | [protected] |
Create the panel of buttons for submitting the form or otherwise perform operations.
Definition at line 420 of file index.php.
References $GLOBALS, t3lib_BEfunc\cshItem(), and openInNewWindow().
Referenced by main().
| SC_mod_user_task_index::getUniqueKey | ( | $ | string | ) | [protected] |
Create a unique key from a string which can be used in Prototype's Sortable Therefore '_' are replaced
| string | $string,: | string which is used to generate the identifier |
Definition at line 497 of file index.php.
Referenced by indexAction(), and renderListMenu().
| SC_mod_user_task_index::indexAction | ( | ) | [protected] |
Shows an overview list of available reports.
Definition at line 359 of file index.php.
References t3lib_SCbase\$content, $GLOBALS, checkAccess(), t3lib_extMgm\extRelPath(), getUniqueKey(), t3lib_message_AbstractMessage\INFO, t3lib_div\makeInstance(), and renderListMenu().
Referenced by renderModuleContent().
| SC_mod_user_task_index::main | ( | ) |
Creates the module's content. In this case it rather acts as a kind of # dispatcher redirecting requests to specific tasks.
Definition at line 90 of file index.php.
References $GLOBALS, getButtons(), t3lib_BEfunc\getFuncMenu(), renderInformationContent(), and renderModuleContent().
| SC_mod_user_task_index::menuConfig | ( | ) |
Adds items to the ->MOD_MENU array. Used for the function menu selector.
Reimplemented from t3lib_SCbase.
Definition at line 75 of file index.php.
References $GLOBALS.
| SC_mod_user_task_index::openInNewWindow | ( | ) | [protected] |
This method prepares the link for opening the devlog in a new window
Definition at line 509 of file index.php.
References t3lib_SCbase\$content, $GLOBALS, t3lib_div\getIndpEnv(), and t3lib_iconWorks\skinImg().
Referenced by getButtons().
| SC_mod_user_task_index::printContent | ( | ) |
| SC_mod_user_task_index::renderInformationContent | ( | ) | [protected] |
Generates the information content
Definition at line 213 of file index.php.
References t3lib_SCbase\$content, $GLOBALS, and description().
Referenced by main().
| SC_mod_user_task_index::renderListMenu | ( | $ | items, |
| $ | mainMenu = FALSE |
||
| ) |
Render a list of items as a nicely formated definition list including a link, icon, title and description. The keys of a single item are:
| array | $items,: | List of items to be displayed in the definition list. |
| boolean | $mainMenu,: | Set it to TRUE to render the main menu |
Definition at line 262 of file index.php.
References t3lib_SCbase\$content, $GLOBALS, t3lib_SCbase\$id, $items, t3lib_extMgm\extRelPath(), getUniqueKey(), and t3lib_iconWorks\skinImg().
Referenced by indexAction().
| SC_mod_user_task_index::renderModuleContent | ( | ) | [protected] |
Generates the module content by calling the selected task
Definition at line 149 of file index.php.
References t3lib_SCbase\$content, $GLOBALS, checkAccess(), t3lib_message_AbstractMessage\ERROR, indexAction(), t3lib_message_AbstractMessage\INFO, and t3lib_div\makeInstance().
Referenced by main().
| SC_mod_user_task_index::urlInIframe | ( | $ | url, |
| $ | max = 0 |
||
| ) |
1.7.5.1