![]() |
TYPO3
7.6
|
Public Member Functions | |
callGenerateMetaTagHtml (array $metaTagTypoScript, $xhtml, ContentObjectRenderer $cObj) | |
callInitializeSearchWordDataInTsfe () | |
Additional Inherited Members | |
![]() | |
static | JSeventFunctions () |
static | inline2TempFile ($str, $ext) |
static | isAllowedLinkVarValue ($haystack, $needle) |
![]() | |
const | NO_PAGE_TITLE = 2 |
![]() | |
static | stripIntObjectPlaceholder (&$searchString, &$intObjects) |
static | getPageRenderer () |
static | addCssToPageRenderer ($cssStyles, $excludeFromConcatenation=false, $inlineBlockName= 'TSFEinlineStyle') |
Fixture for PageGenerator
Definition at line 23 of file PageGeneratorFixture.php.
callGenerateMetaTagHtml | ( | array | $metaTagTypoScript, |
$xhtml, | |||
ContentObjectRenderer | $cObj | ||
) |
Public accessor for generateMetaTagHtml
array | $metaTagTypoScript | TypoScript configuration for meta tags (e.g. $GLOBALS['TSFE']->pSetup['meta.']) |
bool | $xhtml | Whether xhtml tag-style should be used. (e.g. pass $GLOBALS['TSFE']->xhtmlVersion here) |
ContentObjectRenderer | $cObj |
Definition at line 33 of file PageGeneratorFixture.php.
callInitializeSearchWordDataInTsfe | ( | ) |
Public accessor for the initializeSearchWordDataInTsfe() method.
Definition at line 41 of file PageGeneratorFixture.php.