resolve() public method
Resolves the current request into a route and the associated parameters.
public array resolve ( ) | ||
---|---|---|
return | array |
The first element is the route, and the second is the associated parameters. |
throws | yii\web\NotFoundHttpException |
if the request cannot be resolved. |
Please login to continue.