Class HtmlPage

Summary

Fully Qualified Name: Zend\View\Helper\HtmlPage
Extends: AbstractHtmlElement

Description

Methods

Name Description Defined By
__invoke() Output a html object tag HtmlPage
getClosingBracket() Get the tag closing bracket AbstractHtmlElement
getView() Get the view object AbstractHelper
setView() Set the View object AbstractHelper

Method Details

__invoke()

Output a html object tag

Parameter Name Type Description
$data string The
$attribs array Attribs
$params array Params
$content string Alternative

Returns: string

getClosingBracket()

Get the tag closing bracket

Returns: string

getView()

Get the view object

Returns: null|\Renderer

setView()

Set the View object

Parameter Name Type Description
$view \Renderer

Returns: \AbstractHelper

Top