PHP 클래스 LdapTools\Event\LdapOperationEvent

저자: Chad Sikorra ([email protected])
상속: extends Event
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$connection LdapTools\Connection\LdapConnectionInterface
$operation LdapTools\Operation\LdapOperationInterface

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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

getConnection() 공개 메소드

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

getOperation() 공개 메소드

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

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected LdapConnectionInterface,LdapTools\Connection $connection
리턴 LdapTools\Connection\LdapConnectionInterface

$operation 보호되어 있는 프로퍼티

protected LdapOperationInterface,LdapTools\Operation $operation
리턴 LdapTools\Operation\LdapOperationInterface