PHP Class LdapTools\Event\LdapOperationEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$connection LdapTools\Connection\LdapConnectionInterface
$operation LdapTools\Operation\LdapOperationInterface

Méthodes publiques

Méthode Description
__construct ( string $name, LdapTools\Operation\LdapOperationInterface $operation, LdapTools\Connection\LdapConnectionInterface $connection )
getConnection ( ) : LdapTools\Connection\LdapConnectionInterface Get the LDAP connection that is executing the operation.
getOperation ( ) : LdapTools\Operation\LdapOperationInterface Get the LDAP operation being executed.

Method Details

__construct() public méthode

public __construct ( string $name, LdapTools\Operation\LdapOperationInterface $operation, LdapTools\Connection\LdapConnectionInterface $connection )
$name string
$operation LdapTools\Operation\LdapOperationInterface
$connection LdapTools\Connection\LdapConnectionInterface

getConnection() public méthode

Get the LDAP connection that is executing the operation.
public getConnection ( ) : LdapTools\Connection\LdapConnectionInterface
Résultat LdapTools\Connection\LdapConnectionInterface

getOperation() public méthode

Get the LDAP operation being executed.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface
Résultat LdapTools\Operation\LdapOperationInterface

Property Details

$connection protected_oe property

protected LdapConnectionInterface,LdapTools\Connection $connection
Résultat LdapTools\Connection\LdapConnectionInterface

$operation protected_oe property

protected LdapOperationInterface,LdapTools\Operation $operation
Résultat LdapTools\Operation\LdapOperationInterface