@@ -316,6 +316,9 @@ discard block |
||
| 316 | 316 | return $this->attributes; |
| 317 | 317 | } |
| 318 | 318 | |
| 319 | + /** |
|
| 320 | + * @param ChangeAttribute $attributes |
|
| 321 | + */ |
|
| 319 | 322 | public function setAttributes($attributes) |
| 320 | 323 | { |
| 321 | 324 | $this->attributes = $attributes; |
@@ -326,6 +329,9 @@ discard block |
||
| 326 | 329 | return $this->rearrange; |
| 327 | 330 | } |
| 328 | 331 | |
| 332 | + /** |
|
| 333 | + * @param string $rearrange |
|
| 334 | + */ |
|
| 329 | 335 | public function setRearrange($rearrange) |
| 330 | 336 | { |
| 331 | 337 | $this->rearrange = $rearrange; |
@@ -346,6 +352,9 @@ discard block |
||
| 346 | 352 | return $this->css; |
| 347 | 353 | } |
| 348 | 354 | |
| 355 | + /** |
|
| 356 | + * @param CssAttribute $css |
|
| 357 | + */ |
|
| 349 | 358 | public function setCss($css) |
| 350 | 359 | { |
| 351 | 360 | $this->css = $css; |
@@ -346,6 +346,9 @@ |
||
| 346 | 346 | return $this->schedule; |
| 347 | 347 | } |
| 348 | 348 | |
| 349 | + /** |
|
| 350 | + * @param Schedule $schedule |
|
| 351 | + */ |
|
| 349 | 352 | public function setSchedule($schedule) |
| 350 | 353 | { |
| 351 | 354 | $this->schedule = $schedule; |