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.