Elcodi\Admin\StoreBundle\Form\Type\StoreSettingsType::__construct PHP 메소드

__construct() 공개 메소드

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;
    }