yii\base\Request::resolve PHP Method

resolve() abstract public method

Resolves the current request into a route and the associated parameters.
abstract public resolve ( ) : array
return array the first element is the route, and the second is the associated parameters.
    public abstract function resolve();