Exemplo n.º 1
0
 /**
  * @param OIntegrate_Response $response
  * @param $outputContext
  * @return mixed|string
  */
 function render(OIntegrate_Response $response, $outputContext)
 {
     return $response->render($this->engine, $this->output, $outputContext, $this->getTemplateFile());
 }