Automattic\WooCommerce\Vendor\League\Container\ServiceProvider

ServiceProviderAggregateInterface::register()publicWC 1.0

Invokes the register method of a provider that provides a specific service.

Method of the class: ServiceProviderAggregateInterface{}

No Hooks.

Return

null. Nothing (null).

Usage

$ServiceProviderAggregateInterface = new ServiceProviderAggregateInterface();
$ServiceProviderAggregateInterface->register( $service );
$service(string) (required)
-

ServiceProviderAggregateInterface::register() code WC 8.7.0

public function register(string $service);