Mvc\Router::addConnect
  • References/PHP/Phalcon/Mvc/Router

public addConnect (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router

2025-01-10 15:47:30
Mvc\Router::wasMatched
  • References/PHP/Phalcon/Mvc/Router

public wasMatched () Checks if the router matches any of the defined routes

2025-01-10 15:47:30
Mvc\Router::addGet
  • References/PHP/Phalcon/Mvc/Router

public addGet (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that

2025-01-10 15:47:30
Mvc\Router::setDefaultController
  • References/PHP/Phalcon/Mvc/Router

public setDefaultController (mixed $controllerName) Sets the default controller name

2025-01-10 15:47:30
Mvc\Router\Group::getBeforeMatch
  • References/PHP/Phalcon/Mvc/Router/Group

public getBeforeMatch () Returns the ‘before match’ callback if any

2025-01-10 15:47:30
Mvc\Router\Route::getBeforeMatch
  • References/PHP/Phalcon/Mvc/Router/Route

public getBeforeMatch () Returns the ‘before match’ callback if any

2025-01-10 15:47:30
Mvc\Router::getRoutes
  • References/PHP/Phalcon/Mvc/Router

public getRoutes () Returns all the routes defined in the router

2025-01-10 15:47:30
Mvc\Router\GroupInterface::getRoutes
  • References/PHP/Phalcon/Mvc/Router/GroupInterface

abstract public getRoutes () ...

2025-01-10 15:47:30
Mvc\Router\Group::addHead
  • References/PHP/Phalcon/Mvc/Router/Group

public Phalcon\Mvc\Router\Route addHead (string

2025-01-10 15:47:30
Mvc\Router\Route::setHostname
  • References/PHP/Phalcon/Mvc/Router/Route

public setHostname (mixed $hostname) Sets a hostname restriction to the route

2025-01-10 15:47:30