interface RouterInterface

Interface RouterInterface

Methods

array
distribute( string $uri, array $arguments = array(), string $method = 'get')

No description

void
addRoute( RouteInterface $route)

No description

void
setRoutes( array $routes)

No description

Details

at line 39
array distribute( string $uri, array $arguments = array(), string $method = 'get')

Parameters

string $uri
array $arguments
string $method

Return Value

array ( callback , parameters )

at line 45
void addRoute( RouteInterface $route)

Parameters

RouteInterface $route

Return Value

void

at line 51
void setRoutes( array $routes)

Parameters

array $routes

Return Value

void