@@ -64,7 +64,7 @@ public function getAttributes();
64
64
*
65
65
* @param $attributes array
66
66
*
67
- * @return Page The current Page instance
67
+ * @return MenuOptionsInterface The item to provide a fluent interface
68
68
*/
69
69
public function setAttributes (array $ attributes );
70
70
@@ -84,7 +84,7 @@ public function getAttribute($name, $default = null);
84
84
* @param string $name attribute name
85
85
* @param string $value attribute value
86
86
*
87
- * @return Page The current Page instance
87
+ * @return MenuOptionsInterface The item to provide a fluent interface
88
88
*/
89
89
public function setAttribute ($ name , $ value );
90
90
@@ -100,7 +100,7 @@ public function getLinkAttributes();
100
100
*
101
101
* @param array $linkAttributes
102
102
*
103
- * @return Page The current Page instance
103
+ * @return MenuOptionsInterface The item to provide a fluent interface
104
104
*/
105
105
public function setLinkAttributes ($ linkAttributes );
106
106
@@ -114,9 +114,9 @@ public function getChildrenAttributes();
114
114
/**
115
115
* Set the children attributes.
116
116
*
117
- * @param array $attributes
117
+ * @param array $childrenAttributes
118
118
*
119
- * @return Page The current Page instance
119
+ * @return MenuOptionsInterface The item to provide a fluent interface
120
120
*/
121
121
public function setChildrenAttributes (array $ childrenAttributes );
122
122
@@ -132,7 +132,7 @@ public function getLabelAttributes();
132
132
*
133
133
* @param array $labelAttributes
134
134
*
135
- * @return Page The current Page instance
135
+ * @return MenuOptionsInterface The item to provide a fluent interface
136
136
*/
137
137
public function setLabelAttributes ($ labelAttributes );
138
138
}
0 commit comments