web/lib/Zend/View/Helper/Placeholder.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    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-2010 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @version    $Id: Placeholder.php 20096 2010-01-06 02:05:09Z bkarwin $
    19  * @version    $Id: Placeholder.php 24593 2012-01-05 20:35:02Z matthew $
    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_Registry */
    23 /** Zend_View_Helper_Placeholder_Registry */
    24 require_once 'Zend/View/Helper/Placeholder/Registry.php';
    24 require_once 'Zend/View/Helper/Placeholder/Registry.php';
    32  * for non-Placeholder things. That said, the support for this is only
    32  * for non-Placeholder things. That said, the support for this is only
    33  * guaranteed to effect subsequently rendered templates, and of course Layouts.
    33  * guaranteed to effect subsequently rendered templates, and of course Layouts.
    34  *
    34  *
    35  * @package    Zend_View
    35  * @package    Zend_View
    36  * @subpackage Helper
    36  * @subpackage Helper
    37  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    37  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    38  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    38  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    39  */
    39  */
    40 class Zend_View_Helper_Placeholder extends Zend_View_Helper_Abstract
    40 class Zend_View_Helper_Placeholder extends Zend_View_Helper_Abstract
    41 {
    41 {
    42     /**
    42     /**