Source for file CommandInterface.php

Documentation is available at CommandInterface.php

  1. <?php
  2.  
  3. /**
  4. * MVCnPHP - BaseCommand.class.php
  5. *
  6. * This source file is subject to version 2.02 of the PHP license,
  7. * that is bundled with this package in the file LICENSE, and is
  8. * available at through the world-wide-web at
  9. * http://www.php.net/license/2_02.txt.
  10. * If you did not receive a copy of the PHP license and are unable to
  11. * obtain it through the world-wide-web, please send a note to
  12. * license@php.net so we can mail you a copy immediately.
  13. *
  14. * @author Tony Bibbs <tony@geeklog.net>
  15. * @copyright Tony Bibbs 2003
  16. * @package net.geeklog.mvc
  17. * @version $Id: BaseCommand.class.php,v 1.2 2003/08/28 01:31:22 tony Exp $
  18. *
  19. */
  20.  
  21. /**
  22. * Abstract class to be extended by all commands
  23. *
  24. * @author Tony Bibbs <tony@geeklog.net>
  25. * @package net.geeklog.mvc
  26. *
  27. */
  28. interface MVCnPHP_CommandInterface {
  29. /**
  30. * Executes this command
  31. *
  32. * @author Tony Bibbs <tony@geeklog.net>
  33. * @access public
  34. * @return string Name of forward to send processing to
  35. *
  36. */
  37. public function execute();
  38.  
  39.  
  40. ?>

Documentation generated on Mon, 7 Mar 2005 22:36:20 -0600 by phpDocumentor 1.3.0RC3