/** * {@inheritDoc} */ public function reverseTransform($value, $originalValue) { return $this->reversedTransformer->transform($value); }
/** * {@inheritDoc} */ public function setLocale($locale) { $this->reversedTransformer->setLocale($locale); }