Property | Type | Description | |
---|---|---|---|
$attachedEvents | array |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, Symfony\Component\DependencyInjection\ContainerInterface $container, |
||
attachEvent ( |
||
call ( |
||
detachEvents ( ) | ||
getAttachedEvents ( ) : array | ||
isCallable ( |
Checks whether a eventConfig is appropriate to be called (subject fits, condition fits) | |
registerBundleEvents ( |
public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, Symfony\Component\DependencyInjection\ContainerInterface $container, |
||
$eventDispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | |
$container | Symfony\Component\DependencyInjection\ContainerInterface | |
$conditionOperator | ||
$cacher |
public call ( |
||
$eventConfig | ||
$event | Symfony\Component\EventDispatcher\GenericEvent |
public isCallable ( |
||
$eventConfig | ||
$event | Symfony\Component\EventDispatcher\GenericEvent | |
return | boolean |
public registerBundleEvents ( |
||
$configs |