Kraken\Core\CoreInterface::registerProviders PHP Method

registerProviders() public method

Collection of $providers might contain concrete objects or classNames for providers to create. ExecutionException is thrown if any of providers throws error or exception during registration.
public registerProviders ( Kraken\Container\ServiceProviderInterface[] | string[] $providers )
$providers Kraken\Container\ServiceProviderInterface[] | string[]
    public function registerProviders($providers);