979. Class

979.1. Zend\View\Helper\RenderToPlaceholder

Renders a template and stores the rendered output as a placeholder variable for later use.

979.1.1. Methods

979.1.1.1. __invoke

__invoke()

Renders a template and stores the rendered output as a placeholder variable for later use.

Parameters:
  • string|ModelInterface – The template script to render
  • string – The placeholder variable name in which to store the rendered output
Return type:

void

Project Versions

Table Of Contents

Previous topic

978. Class

Next topic

980. Class

This Page