TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 addRecordData ($content, array $configuration=NULL)
 
 addFileData ($content, array $configuration=NULL)
 
 attachSection ($content, array $configuration=NULL)
 

Public Attributes

 $cObj
 

Protected Member Functions

 filterFields ($tableName, array $recordData)
 
 addToStructure ($levelIdentifier, $recordIdentifier, array $recordData)
 
 getTableFields ($tableName)
 
 getCurrentWatcherValue ()
 
 getRenderer ()
 
 getFrontendController ()
 

Protected Attributes

 $tableFields
 
 $structure = array()
 
 $structurePaths = array()
 
 $records = array()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Model of frontend response

Definition at line 20 of file Collector.php.

Member Function Documentation

◆ addFileData()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::addFileData (   $content,
array  $configuration = NULL 
)

◆ addRecordData()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::addRecordData (   $content,
array  $configuration = NULL 
)

◆ addToStructure()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::addToStructure (   $levelIdentifier,
  $recordIdentifier,
array  $recordData 
)
protected

◆ attachSection()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::attachSection (   $content,
array  $configuration = NULL 
)
Parameters
string$content
NULL | array$configuration
Returns
void

Definition at line 126 of file Collector.php.

References TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector\getRenderer().

◆ filterFields()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::filterFields (   $tableName,
array  $recordData 
)
protected

◆ getCurrentWatcherValue()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::getCurrentWatcherValue ( )
protected

◆ getFrontendController()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::getFrontendController ( )
protected

◆ getRenderer()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::getRenderer ( )
protected

◆ getTableFields()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::getTableFields (   $tableName)
protected

Member Data Documentation

◆ $cObj

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::$cObj

Definition at line 45 of file Collector.php.

◆ $records

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::$records = array()
protected

Definition at line 40 of file Collector.php.

◆ $structure

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::$structure = array()
protected

◆ $structurePaths

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::$structurePaths = array()
protected

◆ $tableFields

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Collector::$tableFields
protected

Definition at line 25 of file Collector.php.