Source for file Request.php

Documentation is available at Request.php

  1. <?php
  2. /**
  3.  * Request.php
  4.  *
  5.  * PHP version 5
  6.  *
  7.  * LICENSE: This program is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU General Public License as published
  9.  * by the Free Software Foundation.
  10.  *
  11.  * @package                     FreeNAC
  12.  * @author                      Hector Ortiz (FreeNAC Core Team)
  13.  * @copyright                   2007 FreeNAC
  14.  * @license                     http://www.gnu.org/copyleft/gpl.html   GNU Public License Version 2
  15.  * @version                     SVN: $Id$
  16. */
  17.  
  18. /**
  19.  * Define the Request request class. This class doesn't implement anything,
  20.  * it is here only for completeness' sake
  21. */
  22. abstract class Request extends Common {
  23. }
  24.  
  25. ?>

Documentation generated on Mon, 17 Nov 2008 01:10:46 +0100 by phpDocumentor 1.4.0