Home
last modified time | relevance | path

Searched refs:supportedData (Results 1 – 2 of 2) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php30 protected $supportedData = []; variable in Sabre\\CardDAV\\Xml\\Property\\SupportedAddressData
35 * @param array|null $supportedData
37 function __construct(array $supportedData = null) { argument
39 if (is_null($supportedData)) {
40 $supportedData = [
47 $this->supportedData = $supportedData;
72 foreach ($this->supportedData as $supported) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php30 protected $supportedData = []; variable in Sabre\\CardDAV\\Xml\\Property\\SupportedAddressData
35 * @param array|null $supportedData
37 function __construct(array $supportedData = null) { argument
39 if (is_null($supportedData)) {
40 $supportedData = [
47 $this->supportedData = $supportedData;
72 foreach ($this->supportedData as $supported) {