Shopware\PluginCreator\Services\TemplateFileProvider\LegacyOptionFileProviderLoader::__construct PHP Method

__construct() public method

public __construct ( boolean $isLegacy )
$isLegacy boolean
    public function __construct($isLegacy)
    {
        if (!is_bool($isLegacy)) {
            throw new \Exception('Boolean expected, got ' . gettype($isLegacy));
        }
        $this->isLegacy = $isLegacy;
    }