ICanBoogie/Routing v2.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Routing
      • Controller
      • Dispatcher
      • Route

Classes

  • ActionController
  • Controller
  • Dispatcher
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • Routes

Interfaces

  • Exception
  • ToSlug

Exceptions

  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Functions

  • absolutize_url
  • contextualize
  • decontextualize

Class Helpers

Patchable helpers.

Namespace: ICanBoogie\Routing
Located at Helpers.php

Methods summary

public static mixed
# __callStatic( string $name, array $arguments )

Calls the callback of a patchable function.

Calls the callback of a patchable function.

Parameters

$name
Name of the function.
$arguments
Arguments.

Returns

mixed
public static
# patch( $name, $callback )

Magic methods summary

public string
# contextualize( )

contextualize($pathname)

contextualize($pathname)

Returns

string
public string
# decontextualize( )

decontextualize($pathname)

decontextualize($pathname)

Returns

string
public string
# absolutize_url( )

absolutize_url($url)

absolutize_url($url)

Returns

string
ICanBoogie/Routing v2.4.0 API documentation generated by ApiGen