PHP 인터페이스 LdapTools\Log\LdapLoggerInterface

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools 0 사용 예제들

공개 메소드들

메소드 설명
end ( LogOperation $operation ) The end method is called against a LDAP operation after the operation has finished executing.
start ( LogOperation $operation ) The start method is called against a LDAP operation prior to the operation being executed.

메소드 상세

end() 공개 메소드

The end method is called against a LDAP operation after the operation has finished executing.
public end ( LogOperation $operation )
$operation LogOperation

start() 공개 메소드

The start method is called against a LDAP operation prior to the operation being executed.
public start ( LogOperation $operation )
$operation LogOperation