Fully Qualified Name: | Zend\View\Helper\Asset |
Extends: | AbstractHelper |
View helper plugin to fetch asset from resource map.
Name | Description | Defined By |
---|---|---|
__invoke() | Asset | |
getResourceMap() | Asset | |
getView() | Get the view object | AbstractHelper |
setResourceMap() | Asset | |
setView() | Set the View object | AbstractHelper |
Parameter Name | Type | Description |
---|---|---|
$asset | string |
Returns: string
Returns: array
Get the view object
Returns: null|\Renderer
Parameter Name | Type | Description |
---|---|---|
$resourceMap | array |
Returns: $this
Set the View object
Parameter Name | Type | Description |
---|---|---|
$view | \Renderer |
Returns: \AbstractHelper