* Add GET|POST|PUT|DELETE route * * Adds a new route to the router with associated callable. This * route will only be invoked when the HTTP request's method matches * this route's method. * * ARGUMENTS: * * First: string The URL pattern (REQUIRED) * In-Between: mixed Anything that returns TRUE for `is_callable` (OPTIONAL) * Last:
($args)
source not stored for this graph (policy: none)