/**
  * {@inheritDoc}
  */
 public function reverseTransform($value, $originalValue)
 {
     return $this->reversedTransformer->transform($value);
 }
Пример #2
0
 /**
  * {@inheritDoc}
  */
 public function setLocale($locale)
 {
     $this->reversedTransformer->setLocale($locale);
 }