ICanBoogie
  • Documentation
  • API Reference
  • bind-http 3.0.x
Namespaces
  • ICanBoogie
    • Binding
      • HTTP
Classes
  • AbstractDispatcherConstructor
  • Hooks
  • ProvideDispatcher
Interfaces
  • DispatcherConfig
Traits
  • ApplicationBindings

Class Hooks

Namespace: ICanBoogie\Binding\HTTP
Located at Hooks.php

Methods summary

public static synthesize_dispatchers_config( array $fragments )
public static app_get_initial_request( void ) : ICanBoogie\HTTP\Request

Returns the initial request object.

Returns the initial request object.

Returns

ICanBoogie\HTTP\Request
public static app_get_request( ICanBoogie\Application $app ) : ICanBoogie\HTTP\Request

Returns the current request.

Returns the current request.

Parameters

$app

Returns

ICanBoogie\HTTP\Request
public static app_get_dispatcher( void ) : ICanBoogie\HTTP\Dispatcher

Returns the request dispatcher.

Returns the request dispatcher.

Returns

ICanBoogie\HTTP\Dispatcher
public static on_app_configure( ICanBoogie\Application\ConfigureEvent $event, ICanBoogie\Application $app )

Defines the request dispatcher provider.

Defines the request dispatcher provider.

Parameters

$event
$app
bind-http 3.0.x – Check on GitHub – API documentation generated by ApiGen