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-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: Action.php 20096 2010-01-06 02:05:09Z bkarwin $ |
19 * @version $Id: Action.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_Abstract.php */ |
23 /** Zend_View_Helper_Abstract.php */ |
24 require_once 'Zend/View/Helper/Abstract.php'; |
24 require_once 'Zend/View/Helper/Abstract.php'; |
26 /** |
26 /** |
27 * Helper for rendering output of a controller action |
27 * Helper for rendering output of a controller action |
28 * |
28 * |
29 * @package Zend_View |
29 * @package Zend_View |
30 * @subpackage Helper |
30 * @subpackage Helper |
31 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
31 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 */ |
33 */ |
34 class Zend_View_Helper_Action extends Zend_View_Helper_Abstract |
34 class Zend_View_Helper_Action extends Zend_View_Helper_Abstract |
35 { |
35 { |
36 /** |
36 /** |