Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function findTranslation(AbstractWrapper $wrapped, $locale, $field, $translationClass, $objectClass)
 {
     return $this->ea->findTranslation($wrapped, $locale, $field, $translationClass, $objectClass);
 }