Automattic\WooCommerce\Vendor\League\Container\ServiceProvider

BootableServiceProviderInterface::boot()publicWC 1.0

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() WC 8.7.0

public function boot();