Zend Framework
1.12
|
Public Member Functions | |
htmlPage ($data, array $attribs=array(), array $params=array(), $content=null) | |
Output a html object tag. | |
![]() | |
htmlObject ($data, $type, array $attribs=array(), array $params=array(), $content=null) | |
Output an object set. | |
![]() | |
getClosingBracket () | |
Get the tag closing bracket. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Public Attributes | |
const | TYPE = 'text/html' |
Default file type for html. | |
const | ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13' |
Object classid. | |
Protected Attributes | |
$_attribs = array('classid' => self::ATTRIB_CLASSID) | |
Additional Inherited Members | |
![]() | |
_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. | |
htmlPage | ( | $data, | |
array | $attribs = array() , |
||
array | $params = array() , |
||
$content = null |
|||
) |
Output a html object tag.
string | $data | The html url |
array | $attribs | Attribs for the object tag |
array | $params | Params for in the object tag |
string | $content | Alternative content |
|
protected |
const ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13' |
Object classid.
const TYPE = 'text/html' |
Default file type for html.