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.
Method of the class: ServiceProviderInterface{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->register();
ServiceProviderInterface::register() ServiceProviderInterface::register code WC 9.6.1
public function register();