Total Complexity | 9 |
Total Lines | 46 |
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() { |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Converts the data to HTML when printed. If there is an inline Component |
||
40 | * it will use it’s render method. |
||
41 | * |
||
42 | * @return string |
||
43 | */ |
||
44 | public function __toString() |
||
57 | } |
||
58 | } |