Automattic\WooCommerce\Vendor\League\Container\ServiceProvider

ServiceProviderInterface::register()publicWC 1.0

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

public function register();