File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ public function setListItems($value)
142
142
}
143
143
144
144
/**
145
+ * Get tag
146
+ *
145
147
* @return string
146
148
*/
147
149
public function getTag ()
@@ -150,26 +152,38 @@ public function getTag()
150
152
}
151
153
152
154
/**
155
+ * Set tag
156
+ *
153
157
* @param string $tag
158
+ * @return self
154
159
*/
155
160
public function setTag ($ tag )
156
161
{
157
162
$ this ->tag = $ tag ;
163
+
164
+ return $ this ;
158
165
}
159
166
160
167
/**
161
- * @return mixed
168
+ * Get alias
169
+ *
170
+ * @return string
162
171
*/
163
172
public function getAlias ()
164
173
{
165
174
return $ this ->alias ;
166
175
}
167
176
168
177
/**
169
- * @param mixed $alias
178
+ * Set alias
179
+ *
180
+ * @param string $alias
181
+ * @return self
170
182
*/
171
183
public function setAlias ($ alias )
172
184
{
173
185
$ this ->alias = $ alias ;
186
+
187
+ return $ this ;
174
188
}
175
189
}
You can’t perform that action at this time.
0 commit comments