Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
BootableServiceProviderInterface{} WC 1.0
Хуков нет.
Возвращает
Null. Ничего.
Использование
$BootableServiceProviderInterface = new BootableServiceProviderInterface(); // use class methods
Методы
Код BootableServiceProviderInterface{} BootableServiceProviderInterface{} WC 5.0.0
interface BootableServiceProviderInterface extends ServiceProviderInterface
{
/**
* Method will be invoked on registration of a service provider implementing
* this interface. Provides ability for eager loading of Service Providers.
*
* @return void
*/
public function boot();
}