API15

JInstallerComponent/ construct: Difference between revisions

From Joomla! Documentation

m removing red link to edit, no existant pages
m preparing for archive only
 
Line 44: Line 44:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=__construct
  category=__construct
  category=JInstallerComponent
  category=JInstallerComponent
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*

Latest revision as of 00:53, 25 March 2017

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/component.php

Importing

jimport( 'joomla.installer.adapters.component' );

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