Zend Framework  3.0
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
AbstractHtmlElement Class Reference

Public Member Functions

 getClosingBracket ()
 Get the tag closing bracket.
 
- Public Member Functions inherited from AbstractHelper
 setView (Renderer $view)
 Set the View object.
 
 getView ()
 Get the view object.
 

Public Attributes

const EOL = PHP_EOL
 EOL character.
 

Protected Member Functions

 isXhtml ()
 Is doctype XHTML?
 
 htmlAttribs ($attribs)
 Converts an associative array to a string of tag attributes.
 
 normalizeId ($value)
 Normalize an ID.
 

Protected Attributes

 $closingBracket = null
 
- Protected Attributes inherited from AbstractHelper
 $view = null
 

Member Function Documentation

getClosingBracket ( )

Get the tag closing bracket.

Returns
string
htmlAttribs (   $attribs)
protected

Converts an associative array to a string of tag attributes.

public

Parameters
array$attribsFrom this array, each key-value pair is converted to an attribute name and value.
Returns
string The XHTML for the attributes.
isXhtml ( )
protected

Is doctype XHTML?

Returns
bool
normalizeId (   $value)
protected

Normalize an ID.

Parameters
string$value
Returns
string

Member Data Documentation

$closingBracket = null
protected
const EOL = PHP_EOL

EOL character.

Deprecated:
just use PHP_EOL