Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_View_Helper_HtmlPage Class Reference

Public Member Functions

 htmlPage ($data, array $attribs=array(), array $params=array(), $content=null)
 Output a html object tag.
 
- Public Member Functions inherited from Zend_View_Helper_HtmlObject
 htmlObject ($data, $type, array $attribs=array(), array $params=array(), $content=null)
 Output an object set.
 
- Public Member Functions inherited from Zend_View_Helper_HtmlElement
 getClosingBracket ()
 Get the tag closing bracket.
 
- Public Member Functions inherited from Zend_View_Helper_Abstract
 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

- Protected Member Functions inherited from Zend_View_Helper_HtmlElement
 _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.
 

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

Member Data Documentation

$_attribs = array('classid' => self::ATTRIB_CLASSID)
protected
const ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13'

Object classid.

const TYPE = 'text/html'

Default file type for html.