PageRenderTime 1463ms CodeModel.GetById 17ms RepoModel.GetById 2ms app.codeStats 0ms

/Users/Event/UsersEventHandler.php

https://github.com/kareypowell/croogo
PHP | 21 lines | 7 code | 4 blank | 10 comment | 0 complexity | 5f57a1e66b9da2a4162d4ba4a51c0bc7 MD5 | raw file
  1. <?php
  2. App::uses('CakeEventListener', 'Event');
  3. /**
  4. * UsersEventHandler
  5. *
  6. * @package Croogo.Users.Event
  7. * @license http://www.opensource.org/licenses/mit-license.php The MIT License
  8. * @link http://www.croogo.org
  9. */
  10. class UsersEventHandler implements CakeEventListener {
  11. /**
  12. * implementedEvents
  13. */
  14. public function implementedEvents() {
  15. return array();
  16. }
  17. }