PHP Интерфейс LdapTools\Log\LdapLoggerInterface

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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