Dumplie\SharedKernel\Application\Command\ExtensionRegistry::__construct PHP Method

__construct() public method

public __construct ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator
    public function __construct(ServiceLocator $serviceLocator)
    {
        $this->extensions = [];
        $this->serviceLocator = $serviceLocator;
    }