0 follower

Interface Yiisoft\Router\RouteCollectionInterface

Implemented byYiisoft\Router\RouteCollection

Method Details

Hide inherited methods

getRoute() public abstract method

public abstract getRoute( string $name ): Yiisoft\Router\Route
$name string

                public function getRoute(string $name): Route;

            
getRouteTree() public abstract method

Returns routes tree array.

public abstract getRouteTree( ): array

                public function getRouteTree(): array;

            
getRoutes() public abstract method

public abstract getRoutes( ): Yiisoft\Router\Route[]

                public function getRoutes(): array;