Cgiapp2
[ class tree: Cgiapp2 ] [ index: Cgiapp2 ] [ all elements ]

Source for file Interface.class.php

Documentation is available at Interface.class.php

  1. <?php
  2. /**
  3. * Cgiapp2 - Framework for building reusable web-applications
  4. *
  5. * A PHP5 port of perl's CGI::Application, a framework for building reusable web
  6. * applications.
  7. *
  8. * @package Cgiapp2
  9. * @author Matthew Weier O'Phinney <mweierophinney@gmail.com>; based on
  10. * CGI::Application, by Jesse Erlbaum <jesse@erlbaum.net>, et. al.
  11. * @copyright (c) 2004 - present, Matthew Weier O'Phinney
  12. * @license BSD License (http://www.opensource.org/licenses/bsd-license.php)
  13. * @category Tools and Utilities
  14. * @tutorial Cgiapp2/Cgiapp2.cls
  15. * @version $Id:$
  16. */
  17.  
  18. /**
  19. * Cgiapp2_Error Observer Interface
  20. *
  21. * {@link Cgiapp2_Error} implements an Observer pattern. This interface
  22. * describes what an observer should implement.
  23. *
  24. * @package Cgiapp2
  25. * @author Matthew Weier O'Phinney <mweierophinney@gmail.com>
  26. * @copyright (c) 2006 - present Matthew Weier O'Phinney
  27. * @version @release-version@
  28. */
  29. interface Cgiapp2_Error_Observer_Interface
  30. {
  31. public static function event(Cgiapp2_Error $e);
  32. }

Documentation generated on Sat, 03 Jun 2006 10:48:44 -0400 by phpDocumentor 1.3.0RC5