/**
  * Delegation: Set TemplateProcessor instances in the parser
  * through a public API.
  *
  * @param TemplateProcessorInterface[] $templateProcessors
  * @return void
  */
 public function setTemplateProcessors(array $templateProcessors)
 {
     $this->templateParser->setTemplateProcessors($templateProcessors);
 }