API15

Difference between revisions of "JNode/setParent"

From Joomla! Documentation

< API15:JNode
(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JNode/setParent}} ===...)
 
Line 15: Line 15:
 
!Description
 
!Description
 
|-
 
|-
|  
+
| &$node
 
|  
 
|  
 
|   
 
|   

Revision as of 12:28, 25 March 2010

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton]

Template:Description:JNode/setParent

Syntax[edit]

setParent(&$node)
Parameter Name Default Value Description
&$node

Defined in[edit]

libraries/joomla/base/tree.php

Importing[edit]

jimport( 'joomla.base.tree' );

Source Body[edit]

function setParent( &$node )
{
        $this->_parent = & $node;
}

[Edit See Also] Template:SeeAlso:JNode/setParent

Examples[edit]

<CodeExamplesForm />