TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture:
TYPO3\CMS\Frontend\Page\PageGenerator

Public Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Frontend\Page\PageGenerator
static pagegenInit ()
 
static getIncFiles ()
 
static JSeventFunctions ()
 
static renderContent ()
 
static inline2TempFile ($str, $ext)
 
static isAllowedLinkVarValue ($haystack, $needle)
 
static generatePageTitle ()
 
- Public Attributes inherited from TYPO3\CMS\Frontend\Page\PageGenerator
const NO_PAGE_TITLE = 2
 
- Static Protected Member Functions inherited from TYPO3\CMS\Frontend\Page\PageGenerator
static stripIntObjectPlaceholder (&$searchString, &$intObjects)
 
static initializeSearchWordDataInTsfe ()
 

Detailed Description

Fixture for PageGenerator

Author
Markus Klein klein.nosp@m..t3@.nosp@m.mfc-l.nosp@m.inz..nosp@m.at

Definition at line 24 of file PageGeneratorFixture.php.

Member Function Documentation

◆ callGenerateMetaTagHtml()

TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture::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 34 of file PageGeneratorFixture.php.

◆ callInitializeSearchWordDataInTsfe()

TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture::callInitializeSearchWordDataInTsfe ( )

Public accessor for the initializeSearchWordDataInTsfe() method.

Definition at line 41 of file PageGeneratorFixture.php.