‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Routing\RouteResult Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Routing\RouteResult:
TYPO3\CMS\Core\Routing\RouteResultInterface

Public Member Functions

 __construct (protected Route $route, protected array $arguments=[],)
 
 getRoute ()
 
 getRouteName ()
 
 getArguments ()
 
 offsetExists ($offset)
 
 offsetGet (mixed $offset)
 
 offsetSet (mixed $offset='', mixed $value='')
 
 offsetUnset (mixed $offset)
 

Detailed Description

A route result for the TYPO3 Backend Routing, containing the matched Route and the related arguments found in the URL

Definition at line 26 of file RouteResult.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Routing\RouteResult::__construct ( protected Route  $route,
protected array  $arguments = [] 
)

Definition at line 28 of file RouteResult.php.

Member Function Documentation

◆ getArguments()

TYPO3\CMS\Backend\Routing\RouteResult::getArguments ( )

Definition at line 43 of file RouteResult.php.

◆ getRoute()

TYPO3\CMS\Backend\Routing\RouteResult::getRoute ( )

Definition at line 33 of file RouteResult.php.

◆ getRouteName()

TYPO3\CMS\Backend\Routing\RouteResult::getRouteName ( )

Definition at line 38 of file RouteResult.php.

◆ offsetExists()

TYPO3\CMS\Backend\Routing\RouteResult::offsetExists (   $offset)

Definition at line 48 of file RouteResult.php.

◆ offsetGet()

TYPO3\CMS\Backend\Routing\RouteResult::offsetGet ( mixed  $offset)

Definition at line 53 of file RouteResult.php.

◆ offsetSet()

TYPO3\CMS\Backend\Routing\RouteResult::offsetSet ( mixed  $offset = '',
mixed  $value = '' 
)

Definition at line 61 of file RouteResult.php.

◆ offsetUnset()

TYPO3\CMS\Backend\Routing\RouteResult::offsetUnset ( mixed  $offset)

Definition at line 72 of file RouteResult.php.