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 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 */ |
20 */ |
21 |
21 |
22 /** Zend_View_Helper_Abstract */ |
22 /** Zend_View_Helper_Abstract */ |
23 require_once 'Zend/View/Helper/Abstract.php'; |
23 require_once 'Zend/View/Helper/Abstract.php'; |
25 /** |
25 /** |
26 * Helper for interacting with UserAgent instance |
26 * Helper for interacting with UserAgent instance |
27 * |
27 * |
28 * @package Zend_View |
28 * @package Zend_View |
29 * @subpackage Helper |
29 * @subpackage Helper |
30 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
30 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
31 * @license http://framework.zend.com/license/new-bsd New BSD License |
31 * @license http://framework.zend.com/license/new-bsd New BSD License |
32 */ |
32 */ |
33 class Zend_View_Helper_UserAgent extends Zend_View_Helper_Abstract |
33 class Zend_View_Helper_UserAgent extends Zend_View_Helper_Abstract |
34 { |
34 { |
35 /** |
35 /** |