|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| init (&$pObj, $conf) | |
| modMenu () | |
| verify_TSobjects ($propertyArray, $parentType, $parentValue) | |
| initialize_editor ($pageId, $template_uid=0) | |
| main () | |
Definition at line 42 of file class.tx_tstemplateobjbrowser.php.
| tx_tstemplateobjbrowser::init | ( | &$ | pObj, |
| $ | conf | ||
| ) |
Initialize the object
| object | A reference to the parent (calling) object (which is probably an instance of an extension class to t3lib_SCbase) |
| array | The configuration set for this module - from global array TBE_MODULES_EXT |
Reimplemented from t3lib_extobjbase.
Definition at line 44 of file class.tx_tstemplateobjbrowser.php.
References t3lib_extobjbase\$pObj.
| tx_tstemplateobjbrowser::initialize_editor | ( | $ | pageId, |
| $ | template_uid = 0 |
||
| ) |
[Describe function...]
| [type] | $pageId: ... |
| [type] | $template_uid: ... |
Definition at line 171 of file class.tx_tstemplateobjbrowser.php.
References t3lib_div\makeInstance().
Referenced by main().
| tx_tstemplateobjbrowser::main | ( | ) |
[Describe function...]
Definition at line 195 of file class.tx_tstemplateobjbrowser.php.
References $BACK_PATH, $BE_USER, $CLIENT, $GLOBALS, $SOBE, $TCA, $TYPO3_CONF_VARS, t3lib_div\_GET(), t3lib_div\_GP(), t3lib_div\_POST(), t3lib_FlashMessageQueue\addMessage(), t3lib_message_AbstractMessage\ERROR, t3lib_BEfunc\getFuncCheck(), t3lib_BEfunc\getFuncMenu(), t3lib_iconWorks\getIcon(), t3lib_div\implodeArrayForUrl(), initialize_editor(), t3lib_extMgm\isLoaded(), t3lib_div\makeInstance(), and t3lib_iconWorks\skinImg().
| tx_tstemplateobjbrowser::modMenu | ( | ) |
Dummy function - but is used to set up additional menu items for this submodule. For an example see the extension 'cms' where the 'web_info' submodule is defined in cms/web_info/class.tx_cms_webinfo.php, tx_cms_webinfo_page::modMenu()
Reimplemented from t3lib_extobjbase.
Definition at line 51 of file class.tx_tstemplateobjbrowser.php.
References $GLOBALS, and t3lib_div\_GET().
| tx_tstemplateobjbrowser::verify_TSobjects | ( | $ | propertyArray, |
| $ | parentType, | ||
| $ | parentValue | ||
| ) |
[Describe function...]
| [type] | $propertyArray: ... |
| [type] | $parentType: ... |
| [type] | $parentValue: ... |
Definition at line 107 of file class.tx_tstemplateobjbrowser.php.
References t3lib_div\testInt().
1.7.5.1