| Total Complexity | 0 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class SearchByDateResponse implements Response |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @JMS\SerializedName("searchByDateResult") |
||
| 18 | * @JMS\Type("DMT\Insolvency\Soap\Response\SearchByDateResult") |
||
| 19 | * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/cir01") |
||
| 20 | * |
||
| 21 | * @var SearchByDateResult $result |
||
| 22 | */ |
||
| 23 | public $result; |
||
| 24 | |||
| 26 |