"TYPO3 4.0.1: SC_mod_user_ws_workspaceForms Class Reference", "datetime" => "Sat Dec 2 19:25:34 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
init () | |
main () | |
printContent () | |
initTCEForms () | |
getModuleParameters () | |
getTitle () | |
buildForm () | |
buildEditForm () | |
buildNewForm () | |
createButtons () | |
getOwnerUser ($uid) | |
processData () | |
fixVariousTCAFields () | |
fixTCAUserField ($fieldName) | |
checkWorkspaceAccess () | |
Public Attributes | |
$MCONF = array() | |
$MOD_MENU = array() | |
$MOD_SETTINGS = array() | |
$doc | |
$content | |
$isEditAction = false | |
$workspaceId | |
$tceforms |
Definition at line 93 of file workspaceforms.php.
|
Creates a form for editing workspace. Parts were adopted from
Definition at line 330 of file workspaceforms.php. References $content, createButtons(), fixTCAUserField(), fixVariousTCAFields(), and t3lib_div::makeInstance(). Referenced by buildForm(). |
|
Creates form for workspace. This function is a wrapper around
Definition at line 321 of file workspaceforms.php. References buildEditForm(), and buildNewForm(). Referenced by main(). |
|
Creates a form for new workspace. Parts are adopted from
Definition at line 394 of file workspaceforms.php. References $content, createButtons(), fixTCAUserField(), fixVariousTCAFields(), getOwnerUser(), and t3lib_div::makeInstance(). Referenced by buildForm(). |
|
Checks if use has editing access to the workspace.
Definition at line 588 of file workspaceforms.php. References t3lib_BEfunc::deleteClause(). Referenced by main(). |
|
Creates standard buttons for form. Adopted from
Definition at line 453 of file workspaceforms.php. References $content, and t3lib_iconWorks::skinImg(). Referenced by buildEditForm(), and buildNewForm(). |
|
"Fixes"
Definition at line 561 of file workspaceforms.php. References t3lib_div::loadTCA(). Referenced by buildEditForm(), and buildNewForm(). |
|
Fixes various
Definition at line 549 of file workspaceforms.php. Referenced by buildEditForm(), and buildNewForm(). |
|
Retrieves module parameters from the
Definition at line 284 of file workspaceforms.php. References t3lib_div::_GP(). Referenced by main(). |
|
Returns owner user (i.e. current BE user) in the format suitable for TCE forms. This function uses
Definition at line 479 of file workspaceforms.php. References t3lib_div::loadTCA(), and t3lib_div::makeInstance(). Referenced by buildNewForm(). |
|
Retrieves a title of the module according to action.
Definition at line 302 of file workspaceforms.php. Referenced by main(). |
|
Initializes the module. See
Reimplemented from t3lib_SCbase. Definition at line 123 of file workspaceforms.php. References t3lib_SCbase::init(), and t3lib_div::makeInstance(). |
|
Initializes
Definition at line 257 of file workspaceforms.php. References t3lib_div::inList(), and t3lib_div::makeInstance(). Referenced by main(). |
|
Creates module content.
Definition at line 158 of file workspaceforms.php. References t3lib_div::_GP(), buildForm(), checkWorkspaceAccess(), getModuleParameters(), getTitle(), initTCEForms(), t3lib_div::locationHeaderUrl(), processData(), and t3lib_iconWorks::skinImg(). |
|
Outputs module content to the browser.
Definition at line 233 of file workspaceforms.php. |
|
Processes submitted data. This function uses
Definition at line 505 of file workspaceforms.php. References t3lib_div::_GP(), t3lib_div::getIndpEnv(), and t3lib_div::makeInstance(). Referenced by main(). |
|
Generally used for accumulating the output content of backend modules Reimplemented from t3lib_SCbase. Definition at line 100 of file workspaceforms.php. Referenced by buildEditForm(), buildNewForm(), and createButtons(). |
|
Generally used to hold an instance of the 'template' class from typo3/template.php Reimplemented from t3lib_SCbase. Definition at line 99 of file workspaceforms.php. |
|
Loaded with the global array $MCONF which holds some module configuration from the conf.php file of backend modules.
Reimplemented from t3lib_SCbase. Definition at line 96 of file workspaceforms.php. |
|
The module menu items array. Each key represents a key for which values can range between the items in the array of that key.
Reimplemented from t3lib_SCbase. Definition at line 97 of file workspaceforms.php. |
|
Current settings for the keys of the MOD_MENU array
Reimplemented from t3lib_SCbase. Definition at line 98 of file workspaceforms.php. |