xref: /dokuwiki/inc/Remote/Response/ApiResponse.php (revision 58ae4747de65e434e2a4f2d10822e363198c89b8)
18ddd9b69SAndreas Gohr<?php
28ddd9b69SAndreas Gohr
38ddd9b69SAndreas Gohrnamespace dokuwiki\Remote\Response;
48ddd9b69SAndreas Gohr
58ddd9b69SAndreas Gohr/**
68ddd9b69SAndreas Gohr * These are simple data objects that hold the response data API calls
78ddd9b69SAndreas Gohr *
88ddd9b69SAndreas Gohr * They are transmitted as associative arrays automatically created by
9*58ae4747SAndreas Gohr * converting the object to an array using all public properties.
108ddd9b69SAndreas Gohr */
118ddd9b69SAndreas Gohrabstract class ApiResponse
128ddd9b69SAndreas Gohr{
138ddd9b69SAndreas Gohr}
14