API15:JInstallerComponent/ 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.
Contents |
Description
Constructor
Description:JInstallerComponent/ construct
Syntax
__construct(&$parent)
| Parameter Name | Default Value | Description |
|---|---|---|
| &$parent | $parent Parent object [ instance] |
Returns
void
Defined in
libraries/joomla/installer/adapters/component.php
Importing
jimport( 'joomla.installer.adapters.component' );
Source Body
function __construct(&$parent) { $this->parent =& $parent; }
[Edit See Also] SeeAlso:JInstallerComponent/ construct
Examples
<CodeExamplesForm />
