PHP Класс Neos\Flow\Mvc\Routing\RoutingComponent

Наследование: implements Neos\Flow\Http\Component\ComponentInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$options array
$router Router

Открытые методы

Метод Описание
__construct ( array $options = [] )
handle ( ComponentContext $componentContext ) : void Resolve a route for the request

Описание методов

__construct() публичный Метод

public __construct ( array $options = [] )
$options array

handle() публичный Метод

Stores the resolved route values in the ComponentContext to pass them to other components. They can be accessed via ComponentContext::getParameter(outingComponent::class, 'matchResults');
public handle ( ComponentContext $componentContext ) : void
$componentContext Neos\Flow\Http\Component\ComponentContext
Результат void

Описание свойств

$options защищенное свойство

protected array $options
Результат array

$router защищенное свойство

protected Router,Neos\Flow\Mvc\Routing $router
Результат Router