Sonata\Component\Currency\CurrencyDataTransformer::__construct PHP Method

__construct() public method

Constructs the CurrencyDataTransformer.
public __construct ( Sonata\Component\Currency\CurrencyManagerInterface $currencyManager )
$currencyManager Sonata\Component\Currency\CurrencyManagerInterface
    public function __construct(CurrencyManagerInterface $currencyManager)
    {
        $this->currencyManager = $currencyManager;
    }