Interface Yiisoft\Router\RouteCollectionInterface
| Implemented by | Yiisoft\Router\RouteCollection |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getRoute() | Yiisoft\Router\RouteCollectionInterface | |
| getRouteTree() | Returns routes tree array. | Yiisoft\Router\RouteCollectionInterface |
| getRoutes() | Yiisoft\Router\RouteCollectionInterface |
Method Details
| public abstract Yiisoft\Router\Route getRoute ( string $name ) | ||
| $name | string | |
public function getRoute(string $name): Route;
Returns routes tree array.
| public abstract array getRouteTree ( ) |
public function getRouteTree(): array;
Signup or Login in order to comment.