Neos\Flow\Mvc\Routing\RouterInterface::route PHP Méthode

route() public méthode

Returns the matchResults of the matching route or NULL if no matching route could be found.
public route ( Request $httpRequest ) : array
$httpRequest Neos\Flow\Http\Request
Résultat array The results of the matching route or NULL if no route matched
    public function route(Request $httpRequest);
RouterInterface