TYPO3 CMS  TYPO3_6-2
UserInternalContentObject.php
Go to the documentation of this file.
1 <?php
3 
23 
30  public function render($conf = array()) {
31  $this->cObj->setUserObjectType(\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::OBJECTTYPE_USER_INT);
32  $substKey = 'INT_SCRIPT.' . $GLOBALS['TSFE']->uniqueHash();
33  $content = '<!--' . $substKey . '-->';
34  $includeLibs = isset($conf['includeLibs.']) ? $this->cObj->stdWrap($conf['includeLibs'], $conf['includeLibs.']) : $conf['includeLibs'];
35  $GLOBALS['TSFE']->config['INTincScript'][$substKey] = array(
36  'file' => $includeLibs,
37  'conf' => $conf,
38  'cObj' => serialize($this->cObj),
39  'type' => 'FUNC'
40  );
41  $this->cObj->setUserObjectType(FALSE);
42  return $content;
43  }
44 
45 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]