Elcodi\Admin\StoreBundle\Form\Type\StoreSettingsType::__construct PHP Method

__construct() public method

Construct
public __construct ( string $currencyNamespace, string $languageNamespace )
$currencyNamespace string Currency namespace
$languageNamespace string Language namespace
    public function __construct($currencyNamespace, $languageNamespace)
    {
        $this->currencyNamespace = $currencyNamespace;
        $this->languageNamespace = $languageNamespace;
    }