You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/optimization-detective/class-od-tag-visitor-context.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@
16
16
* Context for tag visitors invoked for each tag while walking over a document.
17
17
*
18
18
* @since 0.4.0
19
-
* @access private
20
19
*
21
20
* @property-read OD_URL_Metric_Group_Collection $url_metrics_group_collection Deprecated property accessed via magic getter. Use the url_metric_group_collection property instead.
22
21
*/
@@ -25,6 +24,7 @@ final class OD_Tag_Visitor_Context {
25
24
/**
26
25
* HTML tag processor.
27
26
*
27
+
* @since 0.4.0
28
28
* @var OD_HTML_Tag_Processor
29
29
* @readonly
30
30
*/
@@ -33,6 +33,7 @@ final class OD_Tag_Visitor_Context {
33
33
/**
34
34
* URL Metric group collection.
35
35
*
36
+
* @since 0.4.0
36
37
* @var OD_URL_Metric_Group_Collection
37
38
* @readonly
38
39
*/
@@ -41,6 +42,7 @@ final class OD_Tag_Visitor_Context {
41
42
/**
42
43
* Link collection.
43
44
*
45
+
* @since 0.4.0
44
46
* @var OD_Link_Collection
45
47
* @readonly
46
48
*/
@@ -49,6 +51,8 @@ final class OD_Tag_Visitor_Context {
49
51
/**
50
52
* Constructor.
51
53
*
54
+
* @since 0.4.0
55
+
*
52
56
* @param OD_HTML_Tag_Processor $processor HTML tag processor.
53
57
* @param OD_URL_Metric_Group_Collection $url_metric_group_collection URL Metric group collection.
54
58
* @param OD_Link_Collection $link_collection Link collection.
0 commit comments