|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| preinit () | |
| preprocess () | |
| init () | |
| main () | |
| editLoadedFunc () | |
| editPageIdFunc () | |
| printContent () | |
| workspaceSelector () | |
| mIconFilename ($Ifilename, $backPath) | |
| getIcon ($modName) | |
| itemLabel ($inlabel, $modName, $M_modName='') | |
| getLinkedPageId ($url) | |
| hasWorkspaceAccess () | |
Public Attributes | |
| $modName | |
| $M_modName | |
| $URL | |
| $editSC | |
| $deleteCategory | |
| $editName | |
| $editGroup | |
| $whichItem | |
| $loadModules | |
| $doc | |
| $content | |
| $lines | |
| $editLoaded | |
| $editError | |
| $editPath | |
| $editSC_rec | |
| $theEditRec | |
| $editPage | |
| $selOpt | |
| $searchFor | |
| $groupLabels = array() | |
| $alternativeTableUid = array() | |
Protected Attributes | |
| $isAjaxCall | |
Definition at line 84 of file alt_shortcut.php.
| SC_alt_shortcut::editLoadedFunc | ( | ) |
| SC_alt_shortcut::editPageIdFunc | ( | ) |
If "editPage" value is sent to script and it points to an accessible page, the internal var $this->theEditRec is set to the page record which should be loaded. Returns void
Definition at line 586 of file alt_shortcut.php.
References t3lib_BEfunc\getRecordWSOL().
| SC_alt_shortcut::getIcon | ( | $ | modName | ) |
Returns icon for shortcut display
| string | Backend module name |
Definition at line 811 of file alt_shortcut.php.
References $modName, and mIconFilename().
| SC_alt_shortcut::getLinkedPageId | ( | $ | url | ) |
Return the ID of the page in the URL if found.
| string | The URL of the current shortcut link |
Definition at line 857 of file alt_shortcut.php.
Referenced by main(), and preprocess().
| SC_alt_shortcut::hasWorkspaceAccess | ( | ) |
Checks if user has access to Workspace module.
Definition at line 866 of file alt_shortcut.php.
| SC_alt_shortcut::init | ( | ) |
Initialize (page output)
Definition at line 247 of file alt_shortcut.php.
References $BACK_PATH, and t3lib_div\makeInstance().
| SC_alt_shortcut::itemLabel | ( | $ | inlabel, |
| $ | modName, | ||
| $ | M_modName = '' |
||
| ) |
Returns title-label for icon
| string | In-label |
| string | Backend module name (key) |
| string | Backend module label (user defined?) |
Definition at line 835 of file alt_shortcut.php.
References $M_modName, and $modName.
| SC_alt_shortcut::main | ( | ) |
Main function, creating content in the frame
Definition at line 290 of file alt_shortcut.php.
References $BE_USER, $GLOBALS, $res, $row, $TCA, t3lib_div\deprecationLog(), getLinkedPageId(), t3lib_BEfunc\getRecord(), t3lib_div\testInt(), and workspaceSelector().
| SC_alt_shortcut::mIconFilename | ( | $ | Ifilename, |
| $ | backPath | ||
| ) |
Returns relative filename for icon.
| string | Absolute filename of the icon |
| string | Backpath string to prepend the icon after made relative |
Definition at line 795 of file alt_shortcut.php.
References t3lib_div\isAbsPath().
Referenced by getIcon().
| SC_alt_shortcut::preinit | ( | ) |
Pre-initialization - setting input variables for storing shortcuts etc.
Definition at line 135 of file alt_shortcut.php.
References $TBE_MODULES, t3lib_div\_GP(), and t3lib_div\makeInstance().
| SC_alt_shortcut::preprocess | ( | ) |
Adding shortcuts, editing shortcuts etc.
Definition at line 163 of file alt_shortcut.php.
References $BE_USER, $GLOBALS, getLinkedPageId(), t3lib_BEfunc\getRecord(), and t3lib_div\testInt().
| SC_alt_shortcut::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 655 of file alt_shortcut.php.
References $content, $GLOBALS, and t3lib_div\testInt().
| SC_alt_shortcut::workspaceSelector | ( | ) |
Create selector for workspaces and change workspace if command is given to do that.
Definition at line 716 of file alt_shortcut.php.
References $BE_USER, $TYPO3_DB, $value, t3lib_BEfunc\deleteClause(), t3lib_BEfunc\getBackendScript(), t3lib_iconWorks\getSpriteIconForRecord(), and t3lib_extMgm\isLoaded().
Referenced by main().
| SC_alt_shortcut::$alternativeTableUid = array() |
Definition at line 126 of file alt_shortcut.php.
| SC_alt_shortcut::$content |
Definition at line 113 of file alt_shortcut.php.
Referenced by printContent().
| SC_alt_shortcut::$deleteCategory |
Definition at line 91 of file alt_shortcut.php.
| SC_alt_shortcut::$doc |
Definition at line 110 of file alt_shortcut.php.
| SC_alt_shortcut::$editError |
Definition at line 117 of file alt_shortcut.php.
| SC_alt_shortcut::$editGroup |
Definition at line 93 of file alt_shortcut.php.
| SC_alt_shortcut::$editLoaded |
Definition at line 116 of file alt_shortcut.php.
| SC_alt_shortcut::$editName |
Definition at line 92 of file alt_shortcut.php.
| SC_alt_shortcut::$editPage |
Definition at line 121 of file alt_shortcut.php.
| SC_alt_shortcut::$editPath |
Definition at line 118 of file alt_shortcut.php.
| SC_alt_shortcut::$editSC |
Definition at line 90 of file alt_shortcut.php.
| SC_alt_shortcut::$editSC_rec |
Definition at line 119 of file alt_shortcut.php.
| SC_alt_shortcut::$groupLabels = array() |
Definition at line 124 of file alt_shortcut.php.
SC_alt_shortcut::$isAjaxCall [protected] |
Definition at line 103 of file alt_shortcut.php.
| SC_alt_shortcut::$lines |
Definition at line 114 of file alt_shortcut.php.
| SC_alt_shortcut::$loadModules |
Definition at line 102 of file alt_shortcut.php.
| SC_alt_shortcut::$M_modName |
Definition at line 88 of file alt_shortcut.php.
Referenced by itemLabel().
| SC_alt_shortcut::$modName |
Definition at line 87 of file alt_shortcut.php.
Referenced by getIcon(), and itemLabel().
| SC_alt_shortcut::$searchFor |
Definition at line 123 of file alt_shortcut.php.
| SC_alt_shortcut::$selOpt |
Definition at line 122 of file alt_shortcut.php.
| SC_alt_shortcut::$theEditRec |
Definition at line 120 of file alt_shortcut.php.
| SC_alt_shortcut::$URL |
Definition at line 89 of file alt_shortcut.php.
| SC_alt_shortcut::$whichItem |
Definition at line 94 of file alt_shortcut.php.
1.7.5.1