Пример #1
0
 public function createTransformer(string $transformerType, array $options = []) : DataSetTransformerInterface
 {
     return $this->transformerFactory->create($transformerType, $options);
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function createTransformer($transformerType, array $options = [])
 {
     return $this->transformerFactory->create($transformerType, $options);
 }