Fully Qualified Name: | Zend\Mvc\Console\View\CreateViewModelListener |
Extends: | AbstractListenerAggregate |
Name | Description | Defined By |
---|---|---|
attach() | {@inheritDoc} | CreateViewModelListener |
createViewModelFromArray() | Inspect the result, and cast it to a ViewModel if an assoc array is detected | CreateViewModelListener |
createViewModelFromNull() | Inspect the result, and cast it to a ViewModel if null is detected | CreateViewModelListener |
createViewModelFromString() | Inspect the result, and cast it to a ViewModel if a string is detected | CreateViewModelListener |
detach() | {@inheritDoc} | AbstractListenerAggregate |
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$events | ||
$priority |
Returns:
Inspect the result, and cast it to a ViewModel if an assoc array is detected
Parameter Name | Type | Description |
---|---|---|
$e | \MvcEvent |
Returns: void
Inspect the result, and cast it to a ViewModel if null is detected
Parameter Name | Type | Description |
---|---|---|
$e | \MvcEvent |
Returns: void
Inspect the result, and cast it to a ViewModel if a string is detected
Parameter Name | Type | Description |
---|---|---|
$e | \MvcEvent |
Returns: void
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$events |
Returns: