[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/spamx/ -> BaseAdmin.class.php (source)

   1  <?php
   2  
   3  /**
   4   * Abstract class for Admin Duties for Spam comments
   5   * 
   6   * @author Tom Willett    tomw AT pigstye DOT net 
   7   *
   8   * $Id: BaseAdmin.class.php,v 1.3 2005/04/10 10:02:42 dhaun Exp $
   9   */
  10  
  11  class BaseAdmin {
  12      /**
  13       * 
  14       * @access private 
  15       */
  16  
  17      /**
  18       * Constructor
  19       * 
  20       * @access public 
  21       */
  22      function BaseAdmin()
  23      {
  24      } 
  25  
  26      function display()
  27      {
  28          return '';
  29      } 
  30  
  31      function link()
  32      {
  33          return '';
  34      } 
  35  } 
  36  
  37  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics