PHP LdapTools\Event Пространство имен

Interfaces

Имя Описание
EventDispatcherInterface Provides an Event Dispatcher interface.
EventInterface Provides an Event interface.
EventSubscriberInterface Provides an Event Subscriber interface.

Классы

Имя Описание
Event An abstract Event class.
LdapAuthenticationEvent Represents a LDAP authentication event.
LdapObjectCreationEvent An event for the creation of a LDAP object.
LdapObjectEvent Represents an Event on an LDAP object.
LdapObjectMoveEvent An event for when a LDAP object is moved.
LdapObjectRestoreEvent This event represents a LDAP object being restored.
LdapObjectSchemaEvent Represents a LdapObjectSchema event.
LdapOperationEvent Represents an Event for a LDAP operation.
SymfonyEventDispatcher Provides a wrapper around the Symfony Event Dispatcher.

Traits

Имя Описание
MoveEventTrait Helps reduce some duplication between a move and a restore event.