Home
last modified time | relevance | path

Searched refs:responseProperties (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php34 protected $responseProperties; variable in Sabre\\DAV\\Xml\\Element\\Response
60 * @param array $responseProperties
63 function __construct($href, array $responseProperties, $httpStatus = null) { argument
66 $this->responseProperties = $responseProperties;
100 return $this->responseProperties;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php34 protected $responseProperties; variable in Sabre\\DAV\\Xml\\Element\\Response
60 * @param array $responseProperties
63 function __construct($href, array $responseProperties, $httpStatus = null) { argument
66 $this->responseProperties = $responseProperties;
100 return $this->responseProperties;