Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
ServiceProviderInterface::register()
Use the register method to register items with the container via the protected $this->leagueContainer property or the getLeagueContainer method from the ContainerAwareTrait.
Метод класса: ServiceProviderInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->register();
Код ServiceProviderInterface::register() ServiceProviderInterface::register WC 9.3.3
public function register();