Class Zend_View_Helper_HtmlPage

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /View/Helper/HtmlPage.php (line 35)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_HtmlElement
      |
      --Zend_View_Helper_HtmlObject
         |
         --Zend_View_Helper_HtmlPage
Class Constant Summary
 ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13'
 TYPE = 'text/html'
Variable Summary
 array $_attribs
Method Summary
 string htmlPage (string $data, [ $attribs = array()], [ $params = array()], [string $content = null])
Variables
array $_attribs = array('classid' => self::ATTRIB_CLASSID) (line 54)

Default attributes

  • access: protected

Inherited Variables

Inherited from Zend_View_Helper_HtmlElement

Zend_View_Helper_HtmlElement::$_closingBracket

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
htmlPage (line 65)

Output a html object tag

  • access: public
string htmlPage (string $data, [ $attribs = array()], [ $params = array()], [string $content = null])
  • string $data: The html url
  • array $attribs: Attribs for the object tag
  • array $params: Params for in the object tag
  • string $content: Alternative content

Inherited Methods

Inherited From Zend_View_Helper_HtmlObject

 Zend_View_Helper_HtmlObject::htmlObject()

Inherited From Zend_View_Helper_HtmlElement

 Zend_View_Helper_HtmlElement::getClosingBracket()
 Zend_View_Helper_HtmlElement::_htmlAttribs()
 Zend_View_Helper_HtmlElement::_isXhtml()
 Zend_View_Helper_HtmlElement::_normalizeId()

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()
Class Constants
ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13' (line 47)

Object classid

TYPE = 'text/html' (line 41)

Default file type for html

Inherited Constants

Inherited from Zend_View_Helper_HtmlElement

Zend_View_Helper_HtmlElement::EOL

Documentation generated on Mon, 21 Jun 2010 15:27:12 -0400 by phpDocumentor 1.4.3