API17:JPlugin:: construct
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPlugin::__construct
Description
Constructor.
Description:JPlugin:: construct [Edit Descripton]
Since
Synopsis
public JPlugin::__construct (&$subject, $config=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$subject | object | $subject The object to observe | |
| $config | array | array() | An optional associative array of configuration settings. Recognized key values include 'name', 'group', 'params', 'language' (this list is not meant to be comprehensive). |
Returns
Defined in
libraries/joomla/plugin/plugin.php (line 59)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
