| 1 | <?php |
||
| 11 | trait WhiteSpaceTrait |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @Exclude |
||
| 15 | * @var string Specifies how white space (line feeds, tabs, spaces, and carriage returns) is handled |
||
| 16 | */ |
||
| 17 | private $whiteSpace = "preserve"; |
||
| 18 | |||
| 19 | protected function fixWhitespace($val) |
||
| 32 | |||
| 33 | protected function setWhiteSpaceFacet($value) |
||
| 40 | } |
||
| 41 |