| Total Complexity | 1 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 6 | class HtmlAsset extends Asset { |
||
| 7 | |||
| 8 | public $type = HtmlAsset::class; |
||
| 9 | public $namespace = 'property'; |
||
| 10 | public $options = ["formatting", "bold", "italic", "deleted", "unorderedlist","orderedlist", "image", "file", "link"]; |
||
| 11 | |||
| 12 | // return it raw |
||
| 13 | public static function html($data) { |
||
| 17 |