Total Complexity | 9 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class RichText extends Field |
||
12 | { |
||
13 | use HasChildClasses; |
||
14 | |||
15 | public function init(): void |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * Converts the data to HTML when printed. If there is an inline Component |
||
41 | * it will use it’s render method. |
||
42 | * |
||
43 | * @return string |
||
44 | */ |
||
45 | public function __toString(): string |
||
58 | } |
||
59 | } |