Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
BootableServiceProviderInterface{}
Хуков нет.
Использование
$BootableServiceProviderInterface = new BootableServiceProviderInterface(); // use class methods
Методы
- public boot()
Код BootableServiceProviderInterface{} BootableServiceProviderInterface{} WC 9.5.1
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(); }