| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
----------------------------------------------------------------------------------------- This file provides a skeleton to create a new {@link http://b2evolution.net/ b2evolution} plugin quickly. See also: - {@link http://manual.b2evolution.net/CreatingPlugin} - {@link http://doc.b2evolution.net/stable/plugins/Plugin.html} (Delete this first paragraph, of course) ----------------------------------------------------------------------------------------- This file implements the PLUGIN_NAME plugin for {@link http://b2evolution.net/}.
| Author: | YOUR NAME |
| Copyright: | (c)2006 by Your NAME - {@link http://example.com/}. |
| License: | GNU General Public License 2 (GPL) - http://www.opensource.org/licenses/gpl-license.php |
| Version: | $Id: skeleton.plugin.php,v 1.1 2006/10/30 20:14:26 blueyed Exp $ |
| Poids: | 97 lignes (2 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
pluginname_plugin:: (3 méthodes):
PluginInit()
GetDefaultSettings()
GetDefaultUserSettings()
Classe: pluginname_plugin - X-Ref
PLUGIN_NAME Plugin| PluginInit( & $params ) X-Ref |
| Init This gets called after a plugin has been registered/instantiated. |
| GetDefaultSettings() X-Ref |
| Define settings that the plugin uses/provides. |
| GetDefaultUserSettings() X-Ref |
| Define user settings that the plugin uses/provides. |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|