Zend Framework
1.12
|
Public Member Functions | |
getClosingBracket () | |
Get the tag closing bracket. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Public Attributes | |
const | EOL = "\n" |
EOL character. | |
![]() | |
$view = null | |
Protected Member Functions | |
_isXhtml () | |
Is doctype XHTML? | |
_isHtml5 () | |
Is doctype HTML5? | |
_isStrictDoctype () | |
Is doctype strict? | |
_htmlAttribs ($attribs) | |
Converts an associative array to a string of tag attributes. | |
_normalizeId ($value) | |
Normalize an ID. | |
Protected Attributes | |
$_closingBracket = null | |
|
protected |
Converts an associative array to a string of tag attributes.
public
array | $attribs | From this array, each key-value pair is converted to an attribute name and value. |
|
protected |
Is doctype HTML5?
|
protected |
Is doctype strict?
|
protected |
Is doctype XHTML?
|
protected |
Normalize an ID.
string | $value |
getClosingBracket | ( | ) |
Get the tag closing bracket.
|
protected |
const EOL = "\n" |
EOL character.