RouteResult implements RouteResultInterface

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

Table of Contents

Interfaces

RouteResultInterface
An object that is usually returned by a Router to contain all results.

Properties

$arguments  : array<string|int, mixed>
$route  : Route

Methods

__construct()  : mixed
getArguments()  : array<string|int, mixed>
getRoute()  : Route
getRouteName()  : string
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

$arguments

protected array<string|int, mixed> $arguments = []

Methods

__construct()

public __construct(Route $route[, array<string|int, mixed> $arguments = [] ]) : mixed
Parameters
$route : Route
$arguments : array<string|int, mixed> = []

getArguments()

public getArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>

getRouteName()

public getRouteName() : string
Return values
string

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet([mixed $offset = '' ][, mixed $value = '' ]) : void
Parameters
$offset : mixed = ''
$value : mixed = ''

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

        
On this page

Search results