Neos\Flow\Mvc\Routing\RoutePartInterface::resolve PHP Метод

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

This method does not only check if the Route Part matches. It also removes resolved elements from $routeValues-Array. This is why $routeValues has to be passed by reference.
public resolve ( array &$routeValues ) : boolean
$routeValues array
Результат boolean TRUE if Route Part can resolve one or more $routeValues elements, otherwise FALSE.
    public function resolve(array &$routeValues);