Chunk

Difference between revisions of "Plugin/ja"

From Joomla! Documentation

(Created page with "チャンク:プラグイン")
 
(Created page with "'''参照''': コンポーネント, モジュール, テンプレート<noinclude>{{PAGENAME}}</noinclude>")
Line 3: Line 3:
 
The Joomla! plugin architecture follows the [[wp:Observer_pattern|Observer design pattern]]. The JPlugin class provides the means to register custom plugin code with core or custom events. The JDispatcher class (JEventDispatcher in Joomla 3.x) is an event handler which calls all plugins registered for a particular event, when that event is triggered.
 
The Joomla! plugin architecture follows the [[wp:Observer_pattern|Observer design pattern]]. The JPlugin class provides the means to register custom plugin code with core or custom events. The JDispatcher class (JEventDispatcher in Joomla 3.x) is an event handler which calls all plugins registered for a particular event, when that event is triggered.
  
'''See also''': [[Component]], [[Module]], [[Template]]<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude>
+
'''参照''': [[コンポーネント]], [[モジュール]], [[テンプレート]]<noinclude>[[カテゴリ:用語集の定義|{{PAGENAME}}]]</noinclude>
 
<noinclude>
 
<noinclude>
 
== Languages ==  
 
== Languages ==  
 
<languages /></noinclude>
 
<languages /></noinclude>

Revision as of 01:49, 7 March 2014

A plugin is a kind of Joomla! extension. Plugins provide functions which are associated with trigger events. Joomla provides a set of core plugin events, but any extension can fire (custom) events. When a particular event occurs, all plugin functions of the type associated with the event are executed in sequence. This is a powerful way of extending the functionality of the Joomla! Platform. It also offers extension developers a way to allow other extensions to respond to their actions, making extensions extensible.

The Joomla! plugin architecture follows the Observer design pattern. The JPlugin class provides the means to register custom plugin code with core or custom events. The JDispatcher class (JEventDispatcher in Joomla 3.x) is an event handler which calls all plugins registered for a particular event, when that event is triggered.

参照: コンポーネント, モジュール, テンプレートPlugin/ja

Languages

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎dansk • ‎español • ‎français • ‎italiano • ‎português • ‎português do Brasil • ‎svenska • ‎български • ‎русский • ‎العربية • ‎中文(台灣)‎ • ‎日本語