| Fully Qualified Name: | Laminas\View\Helper\HtmlFlash |
| Extends: | AbstractHtmlElement |
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Output a flash movie object tag | HtmlFlash |
| getClosingBracket() | Get the tag closing bracket | AbstractHtmlElement |
| getView() | Get the view object | AbstractHelper |
| setView() | Set the View object | AbstractHelper |
Output a flash movie object tag
| Parameter Name | Type | Description |
|---|---|---|
| $data | string | The |
| $attribs | array | Attribs |
| $params | array | Params |
| $content | string | Alternative |
Returns: string
Get the tag closing bracket
Returns: string
Get the view object
Returns: null|\Renderer
Set the View object
| Parameter Name | Type | Description |
|---|---|---|
| $view | \Renderer |
Returns: \AbstractHelper