Class DispatcherProvider
Provides a ICanBoogie\HTTP\Dispatcher
instance.
Methods summary
public static
defined( void )
: callable|null
Return the current provider, or null
if there is none.
public static
define( callable $provider
)
: callable|null
Define a ICanBoogie\HTTP\Dispatcher
provider.
public static
provide( void )
: ICanBoogie\HTTP\Dispatcher
Return a ICanBoogie\HTTP\Dispatcher
instance using the current provider.