| Fully Qualified Name: | Laminas\View\Helper\RenderToPlaceholder |
| Extends: | AbstractHelper |
Renders a template and stores the rendered output as a placeholder variable for later use.
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Renders a template and stores the rendered output as a placeholder variable for later use. | RenderToPlaceholder |
| getView() | Get the view object | AbstractHelper |
| setView() | Set the View object | AbstractHelper |
Renders a template and stores the rendered output as a placeholder variable for later use.
| Parameter Name | Type | Description |
|---|---|---|
| $script | string|\ModelInterface | The |
| $placeholder | string | The |
Returns: void
Get the view object
Returns: null|\Renderer
Set the View object
| Parameter Name | Type | Description |
|---|---|---|
| $view | \Renderer |
Returns: \AbstractHelper