Segment route.
Create a new regex route.
| Parameters: |
|
|---|
factory(): defined by RouteInterface interface.
| Parameters: | array|Traversable – |
|---|---|
| Throws ZendMvcRouterExceptionInvalidArgumentException: | |
| Return type: | Segment |
Parse a route definition.
| Parameters: | string – |
|---|---|
| Return type: | array |
| Throws : | ExceptionRuntimeException |
Build the matching regex from parsed parts.
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException |
Build a path.
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException |
| Throws : | ExceptionInvalidArgumentException |
match(): defined by RouteInterface interface.
| Parameters: |
|
|---|---|
| Return type: | RouteMatch |
assemble(): Defined by RouteInterface interface.
| Parameters: |
|
|---|---|
| Return type: | mixed |
getAssembledParams(): defined by RouteInterface interface.
| Return type: | array |
|---|
Encode a path segment.
| Parameters: | string – |
|---|---|
| Return type: | string |
Decode a path segment.
| Parameters: | string – |
|---|---|
| Return type: | string |