Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
BootableServiceProviderInterface::boot() public WC 1.0
Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.
{} It's a method of the class: BootableServiceProviderInterface{}
No Hooks.
Return
null.
Usage
$BootableServiceProviderInterface = new BootableServiceProviderInterface(); $BootableServiceProviderInterface->boot();
Code of BootableServiceProviderInterface::boot() BootableServiceProviderInterface::boot WC 5.0.0
public function boot();