Mvc\Router\Route::reConfigure
  • References/PHP/Phalcon/Mvc/Router/Route

public reConfigure (mixed $pattern, [mixed $paths]) Reconfigure the route adding a new pattern and a set

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

public getMatch () Returns the ‘match’ callback if any

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

public static getRoutePaths ([mixed $paths]) Returns routePaths

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

public compilePattern (mixed $pattern) Replaces placeholders from pattern returning a valid PCRE regular expression

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

public convert (mixed $name, mixed $converter) Adds a converter to perform an additional transformation for

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

public match (mixed $callback) Allows to set a callback to handle the request directly in the route

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

public setHttpMethods (mixed $httpMethods) Sets a set of HTTP methods that constraint the matching of the route (alias

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

public extractNamedParams (mixed $pattern) Extracts parameters from a string

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

public beforeMatch (mixed $callback) Sets a callback that is called if the route is matched. The developer can implement

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

public getCompiledPattern () Returns the route’s compiled pattern

2025-01-10 15:47:30