Changeset 4578 for trunk/core/events/AuthenticationLogging.event.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/events/AuthenticationLogging.event.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/events/AuthenticationLogging.event.php
r4377 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 42 39 /** 43 40 * Clansuite Event - Authentication Logging 44 * 41 * 45 42 * @author Jens-André Koch <vain@clansuite.com> 46 * @copyright Jens-André Koch (2005 - onwards) 43 * @copyright Jens-André Koch (2005 - onwards) 47 44 * 48 45 * Usage: 49 46 * $logger = new Clansuite_Logger('auth.log'); 50 47 * $eventhandler->addEventHandler('onInvalidLogin', $logger); 51 * $eventhandler->addEventHandler('onLogin', $logger); 48 * $eventhandler->addEventHandler('onLogin', $logger); 52 49 */ 53 50 class AuthenticationLogging implements Clansuite_Event … … 62 59 $this->logger = $logger; 63 60 } 64 61 65 62 public function execute(Event $event) 66 63 {
Note: See TracChangeset
for help on using the changeset viewer.
