Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
BootableServiceProviderInterface::boot()
Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.
Метод класса: BootableServiceProviderInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$BootableServiceProviderInterface = new BootableServiceProviderInterface(); $BootableServiceProviderInterface->boot();
Код BootableServiceProviderInterface::boot() BootableServiceProviderInterface::boot WC 8.1.1
public function boot();