Class InjectNamedConsoleParamsListener

Summary

Fully Qualified Name: Zend\Mvc\Console\View\InjectNamedConsoleParamsListener
Extends: AbstractListenerAggregate

Description

Methods

Name Description Defined By
attach() {@inheritDoc} InjectNamedConsoleParamsListener
detach() {@inheritDoc} AbstractListenerAggregate
injectNamedParams() Inspect the result, and cast it to a ViewModel if a string is detected InjectNamedConsoleParamsListener

Method Details

attach()

{@inheritDoc}

Parameter Name Type Description
$events
$priority

Returns:

detach()

{@inheritDoc}

Parameter Name Type Description
$events

Returns:

injectNamedParams()

Inspect the result, and cast it to a ViewModel if a string is detected

Parameter Name Type Description
$e \MvcEvent

Returns: void

Top