Elcodi\Admin\CurrencyBundle\Form\Type\MoneyType::__construct PHP Метод

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

Construct method
public __construct ( Elcodi\Component\Core\Wrapper\Interfaces\WrapperInterface $defaultCurrencyWrapper, string $currencyNamespace )
$defaultCurrencyWrapper Elcodi\Component\Core\Wrapper\Interfaces\WrapperInterface Default Currency Wrapper
$currencyNamespace string Currency namespace
    public function __construct(WrapperInterface $defaultCurrencyWrapper, $currencyNamespace)
    {
        $this->defaultCurrencyWrapper = $defaultCurrencyWrapper;
        $this->currencyNamespace = $currencyNamespace;
    }