PHP Class LdapTools\Event\LdapOperationEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$connection LdapTools\Connection\LdapConnectionInterface
$operation LdapTools\Operation\LdapOperationInterface

Public Methods

Method 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 method

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

getConnection() public method

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

getOperation() public method

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

Property Details

$connection protected_oe property

protected LdapConnectionInterface,LdapTools\Connection $connection
return LdapTools\Connection\LdapConnectionInterface

$operation protected_oe property

protected LdapOperationInterface,LdapTools\Operation $operation
return LdapTools\Operation\LdapOperationInterface