View/Helper/HtmlPage.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_View  
Subpackage
Helper  
Version
$Id: HtmlPage.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_View_Helper_HtmlPage

Package: Zend\View\Helper
Parent(s)
\Zend_View_Helper_HtmlObject < \Zend_View_Helper_HtmlElement < \Zend_View_Helper_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  TYPE = 'text/html'
Default file type for html
>VConstant  ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13'
Object classid

Properties

>VPropertyprotectedarray $_attribs = array('classid' => self::ATTRIB_CLASSID)
Default attributes
Default valuearray('classid' => self::ATTRIB_CLASSID)Details
Type
array
>VPropertyprotectedstring $_closingBracket = null
Default valuenullDetails
Type
string
Inherited_from
\Zend_View_Helper_HtmlElement::$$_closingBracket  
Inherited_from
\Zend_View_Helper_HtmlObject::$$_closingBracket  

Methods

methodprotected_htmlAttribs(array $attribs) : string
inherited

Converts an associative array to a string of tag attributes.

Inherited from: \Zend_View_Helper_HtmlElement::_htmlAttribs()\Zend_View_Helper_HtmlObject::_htmlAttribs()
Parameters
NameTypeDescription
$attribsarray

From this array, each key-value pair is converted to an attribute name and value.

Returns
TypeDescription
stringThe XHTML for the attributes.
Details
Access
public  
methodprotected_isStrictDoctype() : boolean
Returns
TypeDescription
boolean
methodprotected_isXhtml() : boolean
Returns
TypeDescription
boolean
methodprotected_normalizeId(string $value) : string
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
string
methodpublicdirect() : void
methodpublicgetClosingBracket() : string
Returns
TypeDescription
string
methodpublichtmlObject(string $data, string $type, array $attribs = array(), array $params = array(), string $content = null) : string
inherited

Output an object set

Inherited from: \Zend_View_Helper_HtmlObject::htmlObject()
Parameters
NameTypeDescription
$datastring

The data file

$typestring

Data file type

$attribsarray

Attribs for the object tag

$paramsarray

Params for in the object tag

$contentstring

Alternative content for object

Returns
TypeDescription
string
methodpublichtmlPage(string $data, array $attribs = array(), array $params = array(), string $content = null) : string

Output a html object tag

Parameters
NameTypeDescription
$datastring

The html url

$attribsarray

Attribs for the object tag

$paramsarray

Params for in the object tag

$contentstring

Alternative content

Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.0.0a12.