TYPO3  7.6
Public Member Functions | List of all members
PageGeneratorFixture Class Reference
Inheritance diagram for PageGeneratorFixture:
PageGenerator

Public Member Functions

 callGenerateMetaTagHtml (array $metaTagTypoScript, $xhtml, ContentObjectRenderer $cObj)
 
 callInitializeSearchWordDataInTsfe ()
 

Additional Inherited Members

- Static Public Member Functions inherited from PageGenerator
static JSeventFunctions ()
 
static inline2TempFile ($str, $ext)
 
static isAllowedLinkVarValue ($haystack, $needle)
 
- Public Attributes inherited from PageGenerator
const NO_PAGE_TITLE = 2
 
- Static Protected Member Functions inherited from PageGenerator
static stripIntObjectPlaceholder (&$searchString, &$intObjects)
 
static getPageRenderer ()
 
static addCssToPageRenderer ($cssStyles, $excludeFromConcatenation=false, $inlineBlockName= 'TSFEinlineStyle')
 

Detailed Description

Fixture for PageGenerator

Definition at line 23 of file PageGeneratorFixture.php.

Member Function Documentation

callGenerateMetaTagHtml ( array  $metaTagTypoScript,
  $xhtml,
ContentObjectRenderer  $cObj 
)

Public accessor for generateMetaTagHtml

Parameters
array$metaTagTypoScriptTypoScript configuration for meta tags (e.g. $GLOBALS['TSFE']->pSetup['meta.'])
bool$xhtmlWhether xhtml tag-style should be used. (e.g. pass $GLOBALS['TSFE']->xhtmlVersion here)
ContentObjectRenderer$cObj
Returns
array Array of HTML meta tags

Definition at line 33 of file PageGeneratorFixture.php.

callInitializeSearchWordDataInTsfe ( )

Public accessor for the initializeSearchWordDataInTsfe() method.

Definition at line 41 of file PageGeneratorFixture.php.