ICanBoogie
  • Documentation
  • API Reference
  • bind-http v2.6.0
Namespaces
  • ICanBoogie
    • Binding
      • HTTP
Classes
  • AbstractDispatcherConstructor
  • Hooks
  • ProvideDispatcher
Interfaces
  • DispatcherConfig
Traits
  • CoreBindings

Class Hooks

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

Methods summary

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

Returns the initial request object.

Returns the initial request object.

Returns

ICanBoogie\HTTP\Request
public static core_get_request( ICanBoogie\Core $app ) : ICanBoogie\HTTP\Request

Returns the current request.

Returns the current request.

Parameters

$app

Returns

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

Returns the request dispatcher.

Returns the request dispatcher.

Returns

ICanBoogie\HTTP\Dispatcher
public static on_core_configure( ICanBoogie\Core\ConfigureEvent $event, ICanBoogie\Core $app )

Defines the request dispatcher provider.

Defines the request dispatcher provider.

Parameters

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