Piwik\Updater\UpdateObserver::onComponentUpdateFinished PHP Метод

onComponentUpdateFinished() публичный Метод

Executed after a component has been successfully updated.
public onComponentUpdateFinished ( string $name, string $version, string[] $warnings )
$name string The name of the component being updated.
$version string The version of the component that was updated.
$warnings string[] Any warnings that occurred during the component update process.
    public function onComponentUpdateFinished($name, $version, $warnings)
    {
        // empty
    }