ICanBoogie
  • Documentation
  • API Reference
  • Event v2.0.0
Namespaces
  • ICanBoogie
Classes
  • Event
  • EventCollection
  • EventCollectionProvider
  • EventHook
  • EventHookReflection
  • EventProfiler
  • EventReflection

Class EventCollectionProvider

Provides an ICanBoogie\EventCollection instance.

Namespace: ICanBoogie
Located at EventCollectionProvider.php

Methods summary

public static using( callable $provider ) : callable

Defines the ICanBoogie\EventCollection provider.

Defines the ICanBoogie\EventCollection provider.

Parameters

$provider

Returns

callable
The previous provider, or null if none was defined before.
public static provide( void ) : ICanBoogie\EventCollection

Returns a ICanBoogie\EventCollection instance using the provider.

Returns a ICanBoogie\EventCollection instance using the provider.

Returns

ICanBoogie\EventCollection
public static clear( void )

Clears the provider.

Clears the provider.

Event v2.0.0 – Check on GitHub – API documentation generated by ApiGen