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

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

Executed after the update method of an Updates class is successfully executed.
public onComponentUpdateFileFinished ( string $componentName, string $file, string $updateClassName, string $version )
$componentName string The name of the component being updated.
$file string The path to the Updates file being executed.
$updateClassName string The name of the Update class that should exist within the Update file.
$version string The version the Updates file belongs to.
    public function onComponentUpdateFileFinished($componentName, $file, $updateClassName, $version)
    {
        // empty
    }