FOF30\Utils\InstallScript::renderPostUninstallation PHP Метод

renderPostUninstallation() защищенный Метод

Override this method to display a custom component uninstallation message if you so wish
protected renderPostUninstallation ( JInstallerAdapterComponent $parent )
$parent JInstallerAdapterComponent Parent class calling us
    protected function renderPostUninstallation($parent)
    {
    }

Usage Example

Пример #1
0
    protected function renderPostUninstallation($parent)
    {
        ?>
		<h2>Akeeba Release System Uninstalation</h2>
		<?php 
        parent::renderPostUninstallation($parent);
    }