PHP Interface LdapTools\Log\LdapLoggerInterface

Author: Chad Sikorra ([email protected])
Show file Open project: ldaptools/ldaptools Interface Usage Examples

Public Methods

Method Description
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.

Method Details

end() public method

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

start() public method

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