Public Member Functions | Data Fields | Protected Attributes

Zend_View_Helper_HtmlPage Class Reference

Inheritance diagram for Zend_View_Helper_HtmlPage:
Zend_View_Helper_HtmlObject Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 htmlPage ($data, array $attribs=array(), array $params=array(), $content=null)

Data Fields

const TYPE = 'text/html'
const ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13'

Protected Attributes

 $_attribs = array('classid' => self::ATTRIB_CLASSID)

Detailed Description

Definition at line 35 of file HtmlPage.php.


Member Function Documentation

htmlPage ( data,
array $  attribs = array(),
array $  params = array(),
content = null 
)

Output a html object tag

Parameters:
string$dataThe html url
array$attribsAttribs for the object tag
array$paramsParams for in the object tag
string$contentAlternative content
Returns:
string

Definition at line 65 of file HtmlPage.php.


Field Documentation

const ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13'

Object classid

Definition at line 47 of file HtmlPage.php.

const TYPE = 'text/html'

Default file type for html

Definition at line 41 of file HtmlPage.php.


The documentation for this class was generated from the following file: