TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 getPaths ()
 
 getRecords ()
 
 parse (array $structure, array $path=[])
 

Protected Member Functions

 process (array $iterator, array $path=[])
 
 addRecord ($identifier, array $properties)
 
 addPath ($identifier, array $path)
 

Protected Attributes

 $paths = []
 
 $records = []
 

Detailed Description

Model of frontend response

Definition at line 20 of file Parser.php.

Member Function Documentation

◆ addPath()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::addPath (   $identifier,
array  $path 
)
protected
Parameters
string$identifier
array$path

Definition at line 102 of file Parser.php.

Referenced by TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser\process().

◆ addRecord()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::addRecord (   $identifier,
array  $properties 
)
protected
Parameters
string$identifier
array$properties

Definition at line 83 of file Parser.php.

Referenced by TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser\process().

◆ getPaths()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::getPaths ( )
Returns
array

Definition at line 35 of file Parser.php.

References TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser\$paths.

◆ getRecords()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::getRecords ( )
Returns
array

Definition at line 43 of file Parser.php.

References TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser\$records.

◆ parse()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::parse ( array  $structure,
array  $path = [] 
)
Parameters
array$structure
array$path

Definition at line 52 of file Parser.php.

References TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser\process().

◆ process()

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::process ( array  $iterator,
array  $path = [] 
)
protected

Member Data Documentation

◆ $paths

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::$paths = []
protected

◆ $records

TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\Parser::$records = []
protected