Source for file class.Recipient.inc

Documentation is available at class.Recipient.inc

  1. <?php //-*-php-*-
  2. /* ******************************************************************** **
  3. ** Copyright notice **
  4. ** **
  5. ** (c) 1995-2003 PHPOpenChat Development Team **
  6. ** http://phpopenchat.sourceforge.net/ **
  7. ** **
  8. ** All rights reserved **
  9. ** **
  10. ** This script is part of the PHPOpenChat project. The PHPOpenChat **
  11. ** project is free software; you can redistribute it and/or modify **
  12. ** it under the terms of the GNU General Public License as published by **
  13. ** the Free Software Foundation; either version 2 of the License, or **
  14. ** (at your option) any later version. **
  15. ** **
  16. ** The GNU General Public License can be found at **
  17. ** http://www.gnu.org/copyleft/gpl.html. **
  18. ** A copy is found in the textfile GPL and important notices to the **
  19. ** license from the team is found in the textfile LICENSE distributed **
  20. ** with these scripts. **
  21. ** **
  22. ** This script is distributed in the hope that it will be useful, **
  23. ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
  24. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
  25. ** GNU General Public License for more details. **
  26. ** **
  27. ** This copyright notice MUST APPEAR in all copies of the script! **
  28. ** ******************************************************************** */
  29.  
  30. /**
  31. * Recipient
  32. *
  33. * @package phpopenchat
  34. * @author Michael Oertel <michael@ortelius.de>
  35. * @access public
  36. * @version $Id: class.Recipient.inc,v 1.3 2003/08/06 12:19:36 letreo Exp $
  37. */
  38. class Recipient extends Chatter
  39. {
  40. function Recipient ( $nick )
  41. {
  42. $this->nick = $nick;
  43. }
  44. }
  45. ?>

Documentation generated on Tue, 29 Jun 2004 14:42:12 +0200 by phpDocumentor 1.3.0RC3