0 follower

Interface Yiisoft\Router\RouteCollectionInterface

Implemented byYiisoft\Router\RouteCollection

Method Details

Hide inherited methods

getRoute() public abstract method

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

                public function getRoute(string $name): Route;

            
getRouteTree() public abstract method

Returns routes tree array.

public abstract array getRouteTree ( )

                public function getRouteTree(): array;

            
getRoutes() public abstract method

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

                public function getRoutes(): array;