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.
Helper for setting and retrieving the doctype

string
$_regKey= 'Zend_View_Helper_Doctype'
Registry key in which helper is stored
Zend_View_Helper_Doctype
Details
\ArrayObject
$_registry= ''
Registry containing current doctype and mappings

direct(
)
:
void
Strategy pattern: currently unutilized
Inherited from: \Zend_View_Helper_Abstract::direct()
isHtml5(
)
:
\booleean
Is doctype HTML5? (HeadMeta uses this for validation)
Type | Description |
---|---|
\booleean |

setView(
\Zend_View_Interface $view
)
:
\Zend_View_Helper_Abstract
Set the View object
Inherited from: \Zend_View_Helper_Abstract::setView()Name | Type | Description |
---|---|---|
$view | \Zend_View_Interface |
Type | Description |
---|---|
\Zend_View_Helper_Abstract |