903. Class

903.1. Zend\View\Helper\AbstractHtmlElement

903.1.1. Methods

903.1.1.1. getClosingBracket

getClosingBracket()

Get the tag closing bracket

Return type:string

903.1.1.2. isXhtml

isXhtml()

Is doctype XHTML?

Return type:bool

903.1.1.3. htmlAttribs

htmlAttribs()

Converts an associative array to a string of tag attributes.

Parameters:array – From this array, each key-value pair is

converted to an attribute name and value.

rtype:string The XHTML for the attributes.

903.1.1.4. normalizeId

normalizeId()

Normalize an ID

Parameters:string
Return type:string

903.1.2. Constants

903.1.2.1. EOL

EOL character

Project Versions

Table Of Contents

Previous topic

902. Class

Next topic

904. Class

This Page