Back to NodeInterface class

Method setParent

public void
setParent
(\Joomla\CMS\Tree\NodeInterface $parent)
Set the parent of this node
Parameters
  • \Joomla\CMS\Tree\NodeInterface|null $parent NodeInterface for the parent to be set or null
Returns
  • void
Since
  • 4.0.0
Class: NodeInterface
Project: Joomla

Method setParent - Source code

/**
 * Set the parent of this node
 *
 * If the node already has a parent, the link is unset
 *
 * @param   NodeInterface|null  $parent  NodeInterface for the parent to be set or null
 *
 * @return  void
 *
 * @since   4.0.0
 */
public function setParent(NodeInterface $parent);