equal
deleted
inserted
replaced
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: InlineScript.php 24593 2012-01-05 20:35:02Z matthew $ |
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_HeadScript */ |
23 /** Zend_View_Helper_HeadScript */ |
24 require_once 'Zend/View/Helper/HeadScript.php'; |
24 require_once 'Zend/View/Helper/HeadScript.php'; |
28 * section |
28 * section |
29 * |
29 * |
30 * @uses Zend_View_Helper_Head_Script |
30 * @uses Zend_View_Helper_Head_Script |
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 */ |
35 */ |
36 class Zend_View_Helper_InlineScript extends Zend_View_Helper_HeadScript |
36 class Zend_View_Helper_InlineScript extends Zend_View_Helper_HeadScript |
37 { |
37 { |
38 /** |
38 /** |