Mvc\Router\RouteInterface::getRouteId
  • References/PHP/Phalcon/Mvc/Router/RouteInterface

abstract public getRouteId () ...

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

public setDefaultAction (mixed $actionName) Sets the default action name

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

abstract public addDelete (mixed $pattern, [mixed $paths]) ...

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

public setActionSuffix (mixed $actionSuffix) Changes the action method suffix

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

public clear () Removes all the pre-defined routes

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::getMatches
  • References/PHP/Phalcon/Mvc/Router

public getMatches () Returns the sub expressions in the regular expression matched

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

public getMatchedRoute () Returns the route that matches the handled URI

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

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

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

abstract public setHttpMethods (mixed $httpMethods) ...

2025-01-10 15:47:30