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: HeadLink.php 24858 2012-06-01 01:24:17Z adamlundrigan $ |
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_Placeholder_Container_Standalone */ |
23 /** Zend_View_Helper_Placeholder_Container_Standalone */ |
24 require_once 'Zend/View/Helper/Placeholder/Container/Standalone.php'; |
24 require_once 'Zend/View/Helper/Placeholder/Container/Standalone.php'; |
28 * |
28 * |
29 * @see http://www.w3.org/TR/xhtml1/dtds.html |
29 * @see http://www.w3.org/TR/xhtml1/dtds.html |
30 * @uses Zend_View_Helper_Placeholder_Container_Standalone |
30 * @uses Zend_View_Helper_Placeholder_Container_Standalone |
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 * @method $this appendAlternate($href, $type, $title, $extras) |
|
36 * @method $this appendStylesheet($href, $media = 'screen', $conditionalStylesheet = false, array $extras = array()) |
|
37 * @method $this offsetSetAlternate($index, $href, $type, $title, $extras) |
|
38 * @method $this offsetSetStylesheet($index, $href, $media = 'screen', $conditionalStylesheet = false, array $extras = array()) |
|
39 * @method $this prependAlternate($href, $type, $title, $extras) |
|
40 * @method $this prependStylesheet($href, $media = 'screen', $conditionalStylesheet = false, array $extras = array()) |
|
41 * @method $this setAlternate($href, $type, $title, $extras) |
|
42 * @method $this setStylesheet($href, $media = 'screen', $conditionalStylesheet = false, array $extras = array()) |
35 */ |
43 */ |
36 class Zend_View_Helper_HeadLink extends Zend_View_Helper_Placeholder_Container_Standalone |
44 class Zend_View_Helper_HeadLink extends Zend_View_Helper_Placeholder_Container_Standalone |
37 { |
45 { |
38 /** |
46 /** |
39 * $_validAttributes |
47 * $_validAttributes |