View/Helper/Doctype.php
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 [email protected] 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: Doctype.php 25101 2012-11-07 20:27:27Z rob $
\Zend_View_Helper_Doctype
Package: Zend\View\Helper
Helper for setting and retrieving the doctype
- Parent(s)
- \Zend_View_Helper_Abstract
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties


string $_defaultDoctype = self::HTML4_LOOSE
Default DocType
Default value
self::HTML4_LOOSE
Details- Type
- string


string $_regKey = 'Zend_View_Helper_Doctype'
Registry key in which helper is stored
Default value
'Zend_View_Helper_Doctype'
Details- Type
- string


\ArrayObject $_registry =
Registry containing current doctype and mappings
Details
- Type
- \ArrayObject


\Zend_View_Interface $view = null
Default value
null
Details- Type
- \Zend_View_Interface
- Inherited_from
- \Zend_View_Helper_Abstract::$$view
Methods


direct() : void
inherited
Strategy pattern: currently unutilized
Inherited from: \Zend_View_Helper_Abstract::direct()

doctype(string $doctype = null) : \Zend_View_Helper_Doctype
Set or retrieve doctype
Parameters
Returns
Name | Type | Description |
---|---|---|
$doctype | string |
Type | Description |
---|---|
\Zend_View_Helper_Doctype |


isHtml5() : \booleean
Is doctype HTML5? (HeadMeta uses this for validation)
Returns
Type | Description |
---|---|
\booleean |


setDoctype(string $doctype) : \Zend_View_Helper_Doctype
Set doctype
Parameters
Returns
Name | Type | Description |
---|---|---|
$doctype | string |
Type | Description |
---|---|
\Zend_View_Helper_Doctype |


setView(\Zend_View_Interface $view) : \Zend_View_Helper_Abstract
Parameters
Returns
Name | Type | Description |
---|---|---|
$view | \Zend_View_Interface |
Type | Description |
---|---|
\Zend_View_Helper_Abstract |