ICanBoogie
  • Documentation
  • API Reference
  • Routing v2.3.0
Namespaces
  • ICanBoogie
    • Routing
      • ActionController
      • Controller
      • Dispatcher
      • Route
Classes
  • ActionController
  • Controller
  • Dispatcher
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • Routes
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 )

Magic methods summary

public contextualize( void ) : string

contextualize($pathname)

contextualize($pathname)

Returns

string
public decontextualize( void ) : string

decontextualize($pathname)

decontextualize($pathname)

Returns

string
public absolutize_url( void ) : string

absolutize_url($url)

absolutize_url($url)

Returns

string
Routing v2.3.0 – Check on GitHub – API documentation generated by ApiGen