API15

JElement/ construct: Difference between revisions

From Joomla! Documentation

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


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

Latest revision as of 00:33, 25 March 2017

Description

Constructor

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

__construct($parent=null)
Parameter Name Default Value Description
$parent null

Defined in

libraries/joomla/html/parameter/element.php

Importing

jimport( 'joomla.html.parameter.element' );

Source Body

function __construct($parent = null) {
        $this->_parent = $parent;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples