PHP Class Neos\Flow\Mvc\Routing\RoutingComponent

Inheritance: implements Neos\Flow\Http\Component\ComponentInterface
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$options array
$router Router

Méthodes publiques

Méthode Description
__construct ( array $options = [] )
handle ( ComponentContext $componentContext ) : void Resolve a route for the request

Method Details

__construct() public méthode

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

handle() public méthode

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
Résultat void

Property Details

$options protected_oe property

protected array $options
Résultat array

$router protected_oe property

protected Router,Neos\Flow\Mvc\Routing $router
Résultat Router