Automattic\Jetpack\Autoloader
CustomAutoloaderPlugin::uninstall() public WC 1.0
Do nothing. phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
{} It's a method of the class: CustomAutoloaderPlugin{}
No Hooks.
Return
Null. Nothing.
Usage
$CustomAutoloaderPlugin = new CustomAutoloaderPlugin(); $CustomAutoloaderPlugin->uninstall( $composer, $io );
- $composer(Composer) (required)
- Composer object.
- $io(IOinterface) (required)
- IO object.
Code of CustomAutoloaderPlugin::uninstall() CustomAutoloaderPlugin::uninstall WC 5.0.0
public function uninstall( Composer $composer, IOInterface $io ) {
/*
* Intentionally left empty. This is a PluginInterface method.
* phpcs:enable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
*/
}