We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Handles incoming notification api-calls by finding or creating a synchronization and synchronizing an object.
Description
public __construct (\EntityManagerInterface $entityManager, \LoggerInterface $requestLogger, \Environment $twig)
The constructor sets al needed variables.
Parameters
(\EntityManagerInterface) $entityManager
(\LoggerInterface) $requestLogger
(\Environment) $twig
Return Values
void
public downloadPdf (array $data)
Downloads a pdf.
(array) $data
string
The pdf as string output.
public render (array $data)
Renders a pdf.
The content rendered.