Core::arbitHttpRouter
Class arbitHttpRouter
Arbit HTTP base router
ezcMvcRouter
|
--arbitHttpRouter
Author(s):
|
Version:
|
$Revision: 1619 $ |
|
License:
|
GPL |
Member Variables
|
protected string |
$basePath
= null
URL base path.
URL base path.
When arbit does not reside in the document root, this variable point to the location of the arbit directory. This is autodetected from PHP_SELF. |
Method Summary
|
public array(ezcMvcRoute) |
createRoutes(
)
User implemented method that should provide all the routes. |
Methods
createRoutes
array(ezcMvcRoute)
createRoutes(
)
User implemented method that should provide all the routes. User implemented method that should provide all the routes.
It should return an array of objects that implement the ezcMvcRoute interface. This could be objects of the ezcMvcRegexpRoute class for example.
|