Back to ImmutableNodeInterface class

Method getParent

public \Joomla\CMS\Tree\NodeInterface|null
getParent
()
Get the parent of this node
Returns
  • \Joomla\CMS\Tree\NodeInterface|null
Since
  • 4.0.0

Method getParent - Source code

/**
 * Get the parent of this node
 *
 * @return  NodeInterface|null
 *
 * @since   4.0.0
 */
public function getParent();