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_Http |
16 * @package Zend_Http |
17 * @subpackage UserAgent |
17 * @subpackage UserAgent |
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 require_once 'Zend/Http/UserAgent/AbstractDevice.php'; |
22 require_once 'Zend/Http/UserAgent/AbstractDevice.php'; |
23 |
23 |
25 * Spam browser type matcher |
25 * Spam browser type matcher |
26 * |
26 * |
27 * @category Zend |
27 * @category Zend |
28 * @package Zend_Http |
28 * @package Zend_Http |
29 * @subpackage UserAgent |
29 * @subpackage UserAgent |
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_Http_UserAgent_Spam extends Zend_Http_UserAgent_AbstractDevice |
33 class Zend_Http_UserAgent_Spam extends Zend_Http_UserAgent_AbstractDevice |
34 { |
34 { |
35 /** |
35 /** |