52 $this->
registerTagAttribute(
'rel',
'string',
'Specifies the relationship between the current document and the linked document');
53 $this->
registerTagAttribute(
'rev',
'string',
'Specifies the relationship between the linked document and the current document');
63 list($linkHref, $linkText) =
$GLOBALS[
'TSFE']->cObj->getMailTo($email,
'');
64 $escapeSpecialCharacters = !isset(
$GLOBALS[
'TSFE']->spamProtectEmailAddresses) ||
$GLOBALS[
'TSFE']->spamProtectEmailAddresses !==
'ascii';
66 $linkHref =
'mailto:' . $email;
67 $linkText = htmlspecialchars($email);
68 $escapeSpecialCharacters =
true;
71 if ($tagContent !== null) {
72 $linkText = $tagContent;
74 $this->tag->setContent($linkText);
75 $this->tag->addAttribute(
'href', $linkHref, $escapeSpecialCharacters);
76 $this->tag->forceClosingTag(
true);
77 return $this->tag->render();
registerTagAttribute($name, $type, $description, $required=FALSE, $default=NULL)
registerUniversalTagAttributes()
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]