1854. Class

1854.1. Zend\View\Strategy\PhpRendererStrategy

1854.1.1. Methods

1854.1.1.1. __construct

__construct()

Constructor

Parameters:PhpRenderer

1854.1.1.2. getRenderer

getRenderer()

Retrieve the composed renderer

Return type:PhpRenderer

1854.1.1.3. setContentPlaceholders

setContentPlaceholders()

Set list of possible content placeholders

Parameters:array
Return type:PhpRendererStrategy

1854.1.1.4. getContentPlaceholders

getContentPlaceholders()

Get list of possible content placeholders

Return type:array

1854.1.1.5. attach

attach()

Attach the aggregate to the specified event manager

Parameters:
  • EventManagerInterface
  • int
Return type:

void

1854.1.1.6. detach

detach()

Detach aggregate listeners from the specified event manager

Parameters:EventManagerInterface
Return type:void

1854.1.1.7. selectRenderer

selectRenderer()

Select the PhpRenderer; typically, this will be registered last or at low priority.

Parameters:ViewEvent
Return type:PhpRenderer

1854.1.1.8. injectResponse

injectResponse()

Populate the response object from the View

Populates the content of the response object from the view rendering results.

Parameters:ViewEvent
Return type:void