Back to InstallerAdapter class

Method getParent

public \Joomla\CMS\Installer\Installer
getParent
()
Retrieves the parent installer
Returns
  • \Joomla\CMS\Installer\Installer
Since
  • 4.0.0

Method getParent - Source code

/**
 * Retrieves the parent installer
 *
 * @return  Installer
 *
 * @since   4.0.0
 */
public function getParent()
{
    return $this->parent;
}