ICanBoogie/Routing master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Routing
      • Controller
      • Route
      • RouteDispatcher

Classes

  • Controller
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • RouteCollection
  • RouteDefinition
  • RouteDispatcher
  • RouteMaker

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 )
protected static
# default_contextualize( $pathname )
protected static
# default_decontextualize( $pathname )
protected static
# default_absolutize_url( $url )

Magic methods summary

public static string
# contextualize( )

contextualize($pathname)

contextualize($pathname)

Returns

string
public static string
# decontextualize( )

decontextualize($pathname)

decontextualize($pathname)

Returns

string
public static string
# absolutize_url( )

absolutize_url($url)

absolutize_url($url)

Returns

string
ICanBoogie/Routing master API documentation generated by ApiGen