Automattic\WooCommerce\Vendor\League\Container\ServiceProvider

BootableServiceProviderInterface{}WC 1.0

Хуков нет.

Использование

$BootableServiceProviderInterface = new BootableServiceProviderInterface();
// use class methods

Методы

  1. public boot()

Код BootableServiceProviderInterface{} WC 8.7.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();
}