Skip to content

Instantly share code, notes, and snippets.

@hannesvdvreken
Created September 28, 2015 13:07
Show Gist options
  • Save hannesvdvreken/c3ec9f6e13202b33cf87 to your computer and use it in GitHub Desktop.
Save hannesvdvreken/c3ec9f6e13202b33cf87 to your computer and use it in GitHub Desktop.
Trait's setTransformer method
private function setTransformer(TransformerInterface $transformer)
{
$this->writer->insertOne($transformer->getHeaders());
$this->writer->addFormatter([$transformer, 'transform']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment