-
getDefaultModule() : void
-
-
getDefaultHandler() : void
-
-
getDefaultAction() : void
-
-
getMethod() : void
-
getModule() : void
-
getHandler() : void
-
getAction() : void
-
getParams() : void
-
-
getOptions() : void
-
getRoutes() : void
-
-
getCollector() : void
-
-
getDispatcher() : void
-
-
Set defaults values
-
Set options.
-
fastRoute() : voidPrepare the FastRoute.
-
Handles routing information received from the FastRoute engine.
-
public function getDefaultModule()
-
public function setDefaultModule(variable $defaultModule)
-
public function getDefaultHandler()
-
public function setDefaultHandler(variable $defaultHandler)
-
public function getDefaultAction()
-
public function setDefaultAction(variable $defaultAction)
-
public function getMethod()
-
public function getModule()
-
public function getHandler()
-
public function getAction()
-
public function getParams()
-
public function setSilent(variable $silent)
-
public function getOptions()
-
public function getRoutes()
-
public function setRoutes(variable $routes)
-
public function getCollector()
-
public function setCollector(variable $collector)
-
public function getDispatcher()
-
public function setDispatcher(variable $dispatcher)
-
public function setDefaults(array $defaults)
Set defaults values -
public function setOptions(array $options)
Set options. -
public function fastRoute()
Prepare the FastRoute. -
public function handle(variable $method, variable $uri)
Handles routing information received from the FastRoute engine. -
internal function zephir_init_properties_Ice_Mvc_FastRouter()