ICanBoogie
  • Documentation
  • API Reference
  • Routing v3.0.0
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

Class Helpers

Patchable helpers.

Namespace: ICanBoogie\Routing
Located at Helpers.php

Methods summary

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

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 contextualize( void ) : string

contextualize($pathname)

contextualize($pathname)

Returns

string
public static decontextualize( void ) : string

decontextualize($pathname)

decontextualize($pathname)

Returns

string
public static absolutize_url( void ) : string

absolutize_url($url)

absolutize_url($url)

Returns

string
Routing v3.0.0 – Check on GitHub – API documentation generated by ApiGen