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 license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_View
- Subpackage
- Helper
- Version
- $Id$
\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-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties

string $_defaultDoctype = self::HTML4_LOOSEDefault DocType
Default value
self::HTML4_LOOSEDetails- Type
- string

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

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

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

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