Zend Framework  1.12
Public Member Functions | List of all members
Zend_View_Helper_HtmlObject Class Reference

Public Member Functions

 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.
 

Additional Inherited Members

- Public Attributes inherited from Zend_View_Helper_HtmlElement
const EOL = "\n"
 EOL character.
 
- 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.
 
- Protected Attributes inherited from Zend_View_Helper_HtmlElement
 $_closingBracket = null
 

Member Function Documentation

htmlObject (   $data,
  $type,
array  $attribs = array(),
array  $params = array(),
  $content = null 
)

Output an object set.

Parameters
string$dataThe data file
string$typeData file type
array$attribsAttribs for the object tag
array$paramsParams for in the object tag
string$contentAlternative content for object
Returns
string