|
@@ -32,12 +32,8 @@ |
|
32
|
32
|
|
|
33
|
33
|
return $this; |
|
34
|
34
|
} |
|
35
|
35
|
|
|
36
|
|
- public function get_label(): ?string { |
|
37
|
|
- return $this->label; |
|
38
|
|
- } |
|
39
|
|
- |
|
40
|
36
|
public function set_description( string $description ): self { |
|
41
|
37
|
$this->description = html_entity_decode( $description ); |
|
42
|
38
|
|
|
43
|
39
|
return $this; |