Neos\Flow\Mvc\Routing\RouterInterface::route PHP 메소드

route() 공개 메소드

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
리턴 array The results of the matching route or NULL if no route matched
    public function route(Request $httpRequest);
RouterInterface