This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree 6 files changed +0
-42
lines changed
6 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,6 @@ class HeadLink extends Placeholder\Container\AbstractStandalone
55
55
'as ' ,
56
56
];
57
57
58
- /**
59
- * Registry key for placeholder
60
- *
61
- * @var string
62
- */
63
- protected $ regKey = 'Zend_View_Helper_HeadLink ' ;
64
-
65
58
/**
66
59
* Constructor
67
60
*
Original file line number Diff line number Diff line change @@ -59,13 +59,6 @@ class HeadMeta extends Placeholder\Container\AbstractStandalone
59
59
*/
60
60
protected $ modifierKeys = ['lang ' , 'scheme ' ];
61
61
62
- /**
63
- * Registry key for placeholder
64
- *
65
- * @var string
66
- */
67
- protected $ regKey = 'Zend_View_Helper_HeadMeta ' ;
68
-
69
62
/**
70
63
* Constructor
71
64
*
Original file line number Diff line number Diff line change @@ -36,13 +36,6 @@ class HeadScript extends Placeholder\Container\AbstractStandalone
36
36
const FILE = 'FILE ' ;
37
37
const SCRIPT = 'SCRIPT ' ;
38
38
39
- /**
40
- * Registry key for placeholder
41
- *
42
- * @var string
43
- */
44
- protected $ regKey = 'Zend_View_Helper_HeadScript ' ;
45
-
46
39
/**
47
40
* Are arbitrary attributes allowed?
48
41
*
Original file line number Diff line number Diff line change 24
24
*/
25
25
class HeadStyle extends Placeholder \Container \AbstractStandalone
26
26
{
27
- /**
28
- * Registry key for placeholder
29
- *
30
- * @var string
31
- */
32
- protected $ regKey = 'Zend_View_Helper_HeadStyle ' ;
33
-
34
27
/**
35
28
* Allowed optional attributes
36
29
*
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ class HeadTitle extends Placeholder\Container\AbstractStandalone
18
18
{
19
19
use TranslatorAwareTrait;
20
20
21
- /**
22
- * Registry key for placeholder
23
- *
24
- * @var string
25
- */
26
- protected $ regKey = 'Zend_View_Helper_HeadTitle ' ;
27
-
28
21
/**
29
22
* Default title rendering order (i.e. order in which each title attached)
30
23
*
Original file line number Diff line number Diff line change 15
15
*/
16
16
class InlineScript extends HeadScript
17
17
{
18
- /**
19
- * Registry key for placeholder
20
- *
21
- * @var string
22
- */
23
- protected $ regKey = 'Zend_View_Helper_InlineScript ' ;
24
-
25
18
/**
26
19
* Return InlineScript object
27
20
*
You can’t perform that action at this time.
0 commit comments