TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController Class Reference
Inheritance diagram for TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController:
TYPO3\CMS\Backend\Module\BaseScriptClass SC_mod_web_ts_index

Public Member Functions

 __construct ()
 
 init ()
 
 main ()
 
 printContent ()
 
 linkWrapTemplateTitle ($title, $onlyKey='')
 
 setInPageArray (&$pArray, $rlArr, $row)
 
 renderList ($pArray, $lines=array(), $c=0)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\BaseScriptClass
 init ()
 
 menuConfig ()
 
 mergeExternalItems ($modName, $menuKey, $menuArr)
 
 handleExternalFunctionValue ($MM_key='function', $MS_value=NULL)
 
 getExternalItemConfig ($modName, $menuKey, $value='')
 
 checkExtObj ()
 
 checkSubExtObj ()
 
 extObjHeader ()
 
 extObjContent ()
 

Public Attributes

 $perms_clause
 
 $e
 
 $sObj
 
 $edit
 
 $textExtensions = 'html,htm,txt,css,tmpl,inc,js'
 
 $modMenu_type = ''
 
 $modMenu_dontValidateList = ''
 
 $modMenu_setDefaultList = ''
 
- Public Attributes inherited from TYPO3\CMS\Backend\Module\BaseScriptClass
 $MCONF = array()
 
 $id
 
 $CMD
 
 $perms_clause
 
 $MOD_MENU
 
 $MOD_SETTINGS = array()
 
 $modTSconfig
 
 $modMenu_type = ''
 
 $modMenu_dontValidateList = ''
 
 $modMenu_setDefaultList = ''
 
 $extClassConf
 
 $include_once = array()
 
 $content = ''
 
 $doc
 
 $extObj
 

Protected Member Functions

 getButtons ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Module\BaseScriptClass
 getLanguageService ()
 
 getBackendUser ()
 

Detailed Description

Module: TypoScript Tools

$TYPO3_CONF_VARS["MODS"]["web_ts"]["onlineResourceDir"] = Directory of default resources. Eg. "fileadmin/res/" or so.

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 28 of file TypoScriptTemplateModuleController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::__construct ( )

Constructor

Definition at line 73 of file TypoScriptTemplateModuleController.php.

References $GLOBALS.

Member Function Documentation

◆ getButtons()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::getButtons ( )
protected

◆ init()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::init ( )

◆ linkWrapTemplateTitle()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::linkWrapTemplateTitle (   $title,
  $onlyKey = '' 
)

◆ main()

◆ printContent()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::printContent ( )

Print content

Returns
void
Todo:
Define visibility

Definition at line 228 of file TypoScriptTemplateModuleController.php.

References TYPO3\CMS\Backend\Module\BaseScriptClass\$content.

◆ renderList()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::renderList (   $pArray,
  $lines = array(),
  $c = 0 
)

◆ setInPageArray()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::setInPageArray ( $pArray,
  $rlArr,
  $row 
)

Set page in array

Parameters
array$pArray
array$rlArr
array$row
Returns
void
Todo:
Define visibility

Definition at line 468 of file TypoScriptTemplateModuleController.php.

Referenced by TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController\main().

Member Data Documentation

◆ $e

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$e
Todo:
Define visibility

Definition at line 38 of file TypoScriptTemplateModuleController.php.

◆ $edit

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$edit
Todo:
Define visibility

Definition at line 48 of file TypoScriptTemplateModuleController.php.

◆ $modMenu_dontValidateList

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$modMenu_dontValidateList = ''
Todo:
Define visibility

Definition at line 63 of file TypoScriptTemplateModuleController.php.

◆ $modMenu_setDefaultList

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$modMenu_setDefaultList = ''
Todo:
Define visibility

Definition at line 68 of file TypoScriptTemplateModuleController.php.

◆ $modMenu_type

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$modMenu_type = ''
Todo:
Define visibility

Definition at line 58 of file TypoScriptTemplateModuleController.php.

◆ $perms_clause

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$perms_clause
Todo:
Define visibility

Definition at line 33 of file TypoScriptTemplateModuleController.php.

◆ $sObj

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$sObj
Todo:
Define visibility

Definition at line 43 of file TypoScriptTemplateModuleController.php.

◆ $textExtensions

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::$textExtensions = 'html,htm,txt,css,tmpl,inc,js'
Todo:
Define visibility

Definition at line 53 of file TypoScriptTemplateModuleController.php.