‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Routing\MatchedRoute Class Reference

Public Member Functions

 __construct (protected SymfonyRoute $route, protected array $routeResult)
 
 withPathMatches (array $pathMatches)
 
 withHostMatches (array $hostMatches)
 
 getRoute ()
 
 getRouteResult ()
 
 getFallbackScore ()
 
 getHostMatchScore ()
 
 getPathMatchScore (int $index)
 
 getSiteIdentifier ()
 

Protected Attributes

array $hostMatches = []
 
array $pathMatches = []
 

Detailed Description

Definition at line 26 of file MatchedRoute.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Routing\MatchedRoute::__construct ( protected SymfonyRoute  $route,
protected array  $routeResult 
)

Definition at line 31 of file MatchedRoute.php.

Member Function Documentation

◆ getFallbackScore()

TYPO3\CMS\Core\Routing\MatchedRoute::getFallbackScore ( )

◆ getHostMatchScore()

TYPO3\CMS\Core\Routing\MatchedRoute::getHostMatchScore ( )

◆ getPathMatchScore()

TYPO3\CMS\Core\Routing\MatchedRoute::getPathMatchScore ( int  $index)

◆ getRoute()

TYPO3\CMS\Core\Routing\MatchedRoute::getRoute ( )

Definition at line 47 of file MatchedRoute.php.

◆ getRouteResult()

TYPO3\CMS\Core\Routing\MatchedRoute::getRouteResult ( )

Definition at line 52 of file MatchedRoute.php.

◆ getSiteIdentifier()

TYPO3\CMS\Core\Routing\MatchedRoute::getSiteIdentifier ( )

◆ withHostMatches()

TYPO3\CMS\Core\Routing\MatchedRoute::withHostMatches ( array  $hostMatches)

Definition at line 40 of file MatchedRoute.php.

References TYPO3\CMS\Core\Routing\MatchedRoute\$hostMatches.

◆ withPathMatches()

TYPO3\CMS\Core\Routing\MatchedRoute::withPathMatches ( array  $pathMatches)

Definition at line 33 of file MatchedRoute.php.

References TYPO3\CMS\Core\Routing\MatchedRoute\$pathMatches.

Member Data Documentation

◆ $hostMatches

array TYPO3\CMS\Core\Routing\MatchedRoute::$hostMatches = []
protected

◆ $pathMatches

array TYPO3\CMS\Core\Routing\MatchedRoute::$pathMatches = []
protected