Shopware\PluginCreator\Services\WorkingDirectoryProvider\CurrentOutputDirectoryProvider::__construct PHP Method

__construct() public method

public __construct ( Shopware\PluginCreator\Services\WorkingDirectoryProvider\RootDetector\RootDetectorInterface $rootDetector, string $name )
$rootDetector Shopware\PluginCreator\Services\WorkingDirectoryProvider\RootDetector\RootDetectorInterface
$name string
    public function __construct(RootDetectorInterface $rootDetector, $name)
    {
        $this->rootDetector = $rootDetector;
        $this->name = $name;
    }
CurrentOutputDirectoryProvider