Changeset 2566:9bf417837888 for inc/core/class.dc.plugins.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.plugins.php
r2492 r2566 17 17 @since 2.6 18 18 19 An instance of this class is provided by dcCore $plugins property 19 An instance of this class is provided by dcCore $plugins property 20 20 and used for plugins. 21 21 … … 23 23 */ 24 24 class dcPlugins extends dcModules 25 { 25 { 26 26 protected static $type = 'plugin'; 27 27 … … 29 29 This method registers a plugin in modules list. You should use this to 30 30 register a new plugin. 31 31 32 32 <var>$priority</var> is an integer. Modules are sorted by priority and name. 33 33 Lowest priority comes first. This property is currently ignored when dealing 34 34 with themes. 35 35 36 36 @param name <b>string</b> Module name 37 37 @param desc <b>string</b> Module description
Note: See TracChangeset
for help on using the changeset viewer.