ICanBoogie/Event master
  • Namespace
  • Class

Namespaces

  • ICanBoogie

Classes

  • Event
  • EventCollection
  • EventCollectionProvider
  • EventHook
  • EventHookReflection
  • EventProfiler
  • EventReflection

Functions

  • get_events

Class EventCollectionProvider

Provides an ICanBoogie\EventCollection instance.

Namespace: ICanBoogie
Located at EventCollectionProvider.php

Methods summary

public static
# using( callable $provider )

Alias for ICanBoogie\EventCollectionProvider::define()

Alias for ICanBoogie\EventCollectionProvider::define()

Deprecated

public static callable
# define( callable $provider )

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 callable|null
# defined( )

Returns the current provider.

Returns the current provider.

Returns

callable|null
public static
# undefine( )

Undefine the provider.

Undefine the provider.

public static ICanBoogie\EventCollection
# provide( )

Returns a ICanBoogie\EventCollection instance using the provider.

Returns a ICanBoogie\EventCollection instance using the provider.

Returns

ICanBoogie\EventCollection
public static
# clear( )

Alias for ICanBoogie\EventCollectionProvider::undefine().

Alias for ICanBoogie\EventCollectionProvider::undefine().

Deprecated

ICanBoogie/Event master API documentation generated by ApiGen