916. Class

916.1. Zend\View\Helper\FlashMessenger

Helper to proxy the plugin flash messenger

916.1.1. Methods

916.1.1.1. __invoke

__invoke()

Returns the flash messenger plugin controller

Return type:FlashMessenger|FlashMessengerControllerPluginFlashMessenger

916.1.1.2. __call

__call()

Proxy the flash messenger plugin controller

Parameters:
  • string
  • array
Return type:

mixed

916.1.1.3. render

render()

Render Messages

Parameters:
  • string
  • array
Return type:

string

916.1.1.4. setMessageCloseString

setMessageCloseString()

Set the string used to close message representation

Parameters:string
Return type:FlashMessenger

916.1.1.5. getMessageCloseString

getMessageCloseString()

Get the string used to close message representation

Return type:string

916.1.1.6. setMessageOpenFormat

setMessageOpenFormat()

Set the formatted string used to open message representation

Parameters:string
Return type:FlashMessenger

916.1.1.7. getMessageOpenFormat

getMessageOpenFormat()

Get the formatted string used to open message representation

Return type:string

916.1.1.8. setMessageSeparatorString

setMessageSeparatorString()

Set the string used to separate messages

Parameters:string
Return type:FlashMessenger

916.1.1.9. getMessageSeparatorString

getMessageSeparatorString()

Get the string used to separate messages

Return type:string

916.1.1.10. getEscapeHtmlHelper

getEscapeHtmlHelper()

Retrieve the escapeHtml helper

Return type:EscapeHtml

916.1.1.11. getPluginFlashMessenger

getPluginFlashMessenger()

Get the flash messenger plugin

Return type:PluginFlashMessenger

916.1.1.12. setPluginFlashMessenger

setPluginFlashMessenger()

Set the flash messenger plugin

Return type:FlashMessenger

916.1.1.13. setServiceLocator

setServiceLocator()

Set the service locator.

Parameters:ServiceLocatorInterface
Return type:AbstractHelper

916.1.1.14. getServiceLocator

getServiceLocator()

Get the service locator.

Return type:ServiceLocatorInterface