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
. Ничего.
Использование
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->register();
Код ServiceProviderInterface::register() ServiceProviderInterface::register WC 6.8.0
public function register();