reset_complete
Triggered after full data reset. Convenient for running custom code before the next execution of install.php, which occurs on the first access to the app upon data reset.
Shop-Script
Input (passed by reference)
No specific parameters.
… your plugin code …
Output
Shop-Script
Plugin code example
PHP
public function resetComplete()
{
shopMyPluginHelper::resetCompleteHandler();
}









