API15:JInstallerPlugin/ construct
From Joomla! Documentation
Description
Constructor
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
__construct(&$parent)
| Parameter Name | Default Value | Description |
|---|---|---|
| &$parent | $parent Parent object [ instance] |
Returns
void
Defined in
libraries/joomla/installer/adapters/plugin.php
Importing
jimport( 'joomla.installer.adapters.plugin' );
Source Body
function __construct(&$parent)
{
$this->parent =& $parent;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples