| 1 | <?php |
||
| 18 | class Text extends \DOMText implements NodeInterface |
||
| 19 | { |
||
| 20 | use NodeTrait; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Returns the node text value and attributes in the array |
||
| 24 | * |
||
| 25 | * @param string $prefix |
||
| 26 | * @return array |
||
| 27 | */ |
||
| 28 | public function getProperties($prefix = null) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return bool |
||
| 40 | */ |
||
| 41 | public function isEmpty() |
||
| 49 | } |
||
| 50 |