Source for file common.php

Documentation is available at common.php

  1. <?php
  2. /**
  3.  * Common spellcheck class functions
  4.  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  5.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  6.  * @version $Id: common.php,v 1.1 2006/09/30 17:35:20 tokul Exp $
  7.  * @package plugins
  8.  * @subpackage squirrelspell
  9.  */
  10.  
  11. /**
  12.  * @package plugins
  13.  * @subpackage squirrelspell
  14.  */
  15. class squirrelspell {
  16.     var $error = '';
  17.     /**
  18.      * @param string $sError error message
  19.      * @return boolean false
  20.      */
  21.     function set_error($sError{
  22.         $this->error = $sError;
  23.         return false;
  24.     }
  25.  
  26.     function check_text($sText{
  27.         return $this->set_error('check_text method is not implemented in this class.');
  28.     }
  29. }

Documentation generated on Sat, 07 Oct 2006 16:09:15 +0300 by phpDocumentor 1.3.0RC6