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

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

Executed before the update method of an Updates class is executed.
public onComponentUpdateFileStarting ( 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 onComponentUpdateFileStarting($componentName, $file, $updateClassName, $version)
    {
        // empty
    }