Dumplie\SharedKernel\Application\Command\ExtensionRegistry::__construct PHP Метод

__construct() публичный Метод

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