TYPO3 CMS  TYPO3_6-2
ActionAttribute.php
Go to the documentation of this file.
1 <?php
3 
23 
34  public function getValue() {
36  if (empty($value)) {
37  $value = $GLOBALS['TSFE']->id;
38  }
39  $attribute = $this->localCobj->getTypoLink_URL($value);
40  return $attribute;
41  }
42 
43 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]