b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: plugins ] [ index: plugins ] [ all elements ]

Source for file toolbar.class.php

Documentation is available at toolbar.class.php

  1. <?php
  2. /**
  3.  * This file implements the RendererPlugin class (EXPERIMENTAL)
  4.  *
  5.  * This is the base class from which you should derive all toolbar plugins.
  6.  * 
  7.  * b2evolution - {@link http://b2evolution.net/}
  8.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  9.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  10.  *
  11.  * @package plugins
  12.  */
  13. if!defined('DB_USER') ) die'Please, do not access this page directly.' );
  14.  
  15. /**
  16.  * Includes:
  17.  */
  18. require_once dirname(__FILE__).'/plugin.class.php';
  19.  
  20. /**
  21.  * ToolbarPlugin Class
  22.  *
  23.  * @package plugins
  24.  */
  25. class ToolbarPlugin extends Plugin
  26. {
  27.     /**
  28.      * Should be toolbar be displayed?
  29.      */
  30.     var $display = true;
  31.  
  32. }
  33. ?>

Documentation generated on Tue, 20 May 2008 01:52:01 +0200 by phpDocumentor 1.4.2