ICanBoogie/HTTP v2.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Exception
    • HTTP
      • Dispatcher
      • Headers
      • Request

Classes

  • CallableDispatcher
  • Dispatcher
  • File
  • FileInfo
  • FileList
  • Headers
  • Helpers
  • RedirectResponse
  • Request
  • Response
  • Status
  • WeightedDispatcher

Interfaces

  • DispatcherInterface
  • Exception

Exceptions

  • DispatcherNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • ServiceUnavailable
  • StatusCodeNotValid

Functions

  • dispatch
  • get_dispatcher
  • get_initial_request

Class WeightedDispatcher

Used to defined a dispatcher and its weight.

<?php

$dispatcher['my'] = new WeightedDispatcher('callback', 'before:that_other_dispatcher');
Namespace: ICanBoogie\HTTP
Located at WeightedDispatcher.php

Methods summary

public
# __construct( $dispatcher, $weight )

Properties summary

public $dispatcher
#
public $weight
#
ICanBoogie/HTTP v2.4.0 API documentation generated by ApiGen