Documentation TYPO3 par Ameos |
Public Member Functions | |
JScode () | |
sendEmail ($email, $subject, $message) | |
mod_user_task_init ($BE_USER) | |
helpBubble () | |
headLink ($key, $dontLink=false, $params= '') | |
fixed_lgd ($str, $len=0) | |
errorIcon () | |
getUserAndGroupArrays () | |
dateTimeAge ($tstamp, $prefix=1) | |
accessMod ($mod) | |
mkMenuConfig ($htmlContent, $label="", $content="", $popUpDescription= '') | |
urlInIframe ($url, $max=0) | |
Public Attributes | |
$getUserNamesFields = 'username,usergroup,usergroup_cached_list,uid,realName,email' | |
$userGroupArray = array() | |
$perms_clause = '' | |
$backPath | |
$BE_USER |
Christian Jul Jensen <christian(at)jul(dot)net> Revision for TYPO3 3.8.0 / Native Workflow System
Definition at line 37 of file class.mod_user_task.php.
|
[Describe function...]
Definition at line 161 of file class.mod_user_task.php. Referenced by tx_taskcenterrecent::overview_main(), and tx_taskcentermodules::overview_main(). |
|
[Describe function...]
Definition at line 151 of file class.mod_user_task.php. References t3lib_BEfunc::dateTimeAge(). Referenced by tx_sysmessages::renderMessages(). |
|
Return an error icon
Definition at line 123 of file class.mod_user_task.php. Referenced by tx_sysmessages::renderMessages(). |
|
Return a string cropped to a fixed length according to system setting or parameter
Definition at line 114 of file class.mod_user_task.php. References t3lib_div::fixed_lgd(). Referenced by tx_taskcenterrecent::_renderRecent(), tx_sysmessages::renderMessages(), tx_sysmessages::renderMessagesList(), tx_taskcentermodules::renderModulesList(), tx_taskcenterrecent::renderRecentList(), and tx_systodos::renderTaskList(). |
|
[Describe function...]
Definition at line 132 of file class.mod_user_task.php. References t3lib_BEfunc::blindUserNames(), t3lib_BEfunc::getListGroupNames(), and t3lib_BEfunc::getUserNames(). Referenced by tx_sysmessages::renderMessages(). |
|
Create a link to the module with the name of the module as link text.
Definition at line 101 of file class.mod_user_task.php. Referenced by tx_sysaction::overview_main(), tx_impexp_modfunc1::overview_main(), tx_taskcentermodules::overview_main(), tx_systodos::overview_main(), tx_sysnotepad::overview_main(), and tx_sysmessages::overview_main(). |
|
Return helpbubble image
Definition at line 88 of file class.mod_user_task.php. |
|
Create configuration for entry in the left tab menu.
Definition at line 174 of file class.mod_user_task.php. Referenced by tx_sysaction::overview_main(), tx_impexp_modfunc1::overview_main(), tx_taskcenterrootlist::overview_main(), tx_taskcenterrecent::overview_main(), tx_taskcentermodules::overview_main(), tx_systodos::overview_main(), tx_sysnotepad::overview_main(), and tx_sysmessages::overview_main(). |
|
Initialise the object
Definition at line 78 of file class.mod_user_task.php. References $BE_USER. |
|
Send an email...
Definition at line 60 of file class.mod_user_task.php. References t3lib_div::getIndpEnv(). Referenced by tx_sysmessages::messages_insertRel(). |
|
Returns HTML code to dislay an url in an iframe with the right side of the taskcenter
Definition at line 189 of file class.mod_user_task.php. Referenced by tx_taskcenterrecent::_renderRecent(). |