Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
33 | function xmlSerialize(Writer $writer) { |
||
34 | $writer->startElement('{DAV:}supported-query-grammar'); |
||
35 | $writer->startElement('{DAV:}grammar'); |
||
36 | $writer->startElement($this->grammar); |
||
37 | $writer->endElement(); |
||
38 | $writer->endElement(); |
||
39 | $writer->endElement(); |
||
40 | } |
||
42 |