API15:JNode/setParent

出典: Joomla! ドキュメンテーション

[Edit Descripton]



目次

Syntax

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

Defined in

libraries/joomla/base/tree.php

Importing

jimport( 'joomla.base.tree' );

Source Body

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

[Edit See Also]



Examples

<CodeExamplesForm />



自動更新 2012/05/24 01:50:11