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