Back to AdapterInstance class

Method getParent

public \Joomla\CMS\Adapter\Adapter
getParent
()
Retrieves the parent object
Returns
  • \Joomla\CMS\Adapter\Adapter
Since
  • 1.6

Method getParent - Source code

/**
 * Retrieves the parent object
 *
 * @return  Adapter
 *
 * @since   1.6
 */
public function getParent()
{
    return $this->parent;
}