Tree search implementation.
init(): defined by SimpleRouteStack.
addRoute(): defined by RouteStackInterface interface.
| Parameters: |
|
|---|---|
| Return type: | TreeRouteStack |
routeFromArray(): defined by SimpleRouteStack.
| Parameters: | array|Traversable – |
|---|---|
| Return type: | RouteInterface |
| Throws : | ExceptionInvalidArgumentException |
| Throws : | ExceptionRuntimeException |
match(): defined by ZendMvcRouterRouteInterface
| Parameters: | Request – |
|---|---|
| Return type: | RouteMatch |
assemble(): defined by ZendMvcRouterRouteInterface interface.
| Parameters: |
|
|---|---|
| Return type: | mixed |
| Throws : | ExceptionInvalidArgumentException |
| Throws : | ExceptionRuntimeException |