web/lib/Zend/View/Helper/HeadMeta.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_View
    16  * @package    Zend_View
    17  * @subpackage Helper
    17  * @subpackage Helper
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @version    $Id: HeadMeta.php 24776 2012-05-08 18:36:40Z adamlundrigan $
    19  * @version    $Id$
    20  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    21  */
    21  */
    22 
    22 
    23 /** Zend_View_Helper_Placeholder_Container_Standalone */
    23 /** Zend_View_Helper_Placeholder_Container_Standalone */
    24 require_once 'Zend/View/Helper/Placeholder/Container/Standalone.php';
    24 require_once 'Zend/View/Helper/Placeholder/Container/Standalone.php';
    28  *
    28  *
    29  * @see        http://www.w3.org/TR/xhtml1/dtds.html
    29  * @see        http://www.w3.org/TR/xhtml1/dtds.html
    30  * @uses       Zend_View_Helper_Placeholder_Container_Standalone
    30  * @uses       Zend_View_Helper_Placeholder_Container_Standalone
    31  * @package    Zend_View
    31  * @package    Zend_View
    32  * @subpackage Helper
    32  * @subpackage Helper
    33  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    33  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    34  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    34  * @license    http://framework.zend.com/license/new-bsd     New BSD License
       
    35  * @method $this appendHttpEquiv($keyValue, $content, $conditionalHttpEquiv)
       
    36  * @method $this appendName($keyValue, $content, $conditionalName)
       
    37  * @method $this appendProperty($property, $content, $modifiers)
       
    38  * @method $this offsetSetHttpEquiv($index, $keyValue, $content, $conditionalHttpEquiv)
       
    39  * @method $this offsetSetName($index, $keyValue, $content, $conditionalName)
       
    40  * @method $this offsetSetProperty($index, $property, $content, $modifiers)
       
    41  * @method $this prependHttpEquiv($keyValue, $content, $conditionalHttpEquiv)
       
    42  * @method $this prependName($keyValue, $content, $conditionalName)
       
    43  * @method $this prependProperty($property, $content, $modifiers)
       
    44  * @method $this setCharset($charset)
       
    45  * @method $this setHttpEquiv($keyValue, $content, $modifiers)
       
    46  * @method $this setName($keyValue, $content, $modifiers)
       
    47  * @method $this setProperty($property, $content, $modifiers)
    35  */
    48  */
    36 class Zend_View_Helper_HeadMeta extends Zend_View_Helper_Placeholder_Container_Standalone
    49 class Zend_View_Helper_HeadMeta extends Zend_View_Helper_Placeholder_Container_Standalone
    37 {
    50 {
    38     /**
    51     /**
    39      * Types of attributes
    52      * Types of attributes