ICanBoogie
  • Documentation
  • API Reference
  • Event 3.0.x
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 define( 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.
public static defined( void ) : callable|null

Returns the current provider.

Returns the current provider.

Returns

callable|null
public static undefine( void )

Undefine the provider.

Undefine the provider.

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
Event 3.0.x – Check on GitHub – API documentation generated by ApiGen