Home
last modified time | relevance | path

Searched refs:PropertiesCollection (Results 1 – 3 of 3) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php15 new DAV\Mock\PropertiesCollection('node1', [], array(
20 new DAV\Mock\PropertiesCollection('node2', [], array(
25 new DAV\Mock\PropertiesCollection('node3', [], array(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSyncTokenPropertyTest.php39 new Mock\PropertiesCollection(
62 new Mock\PropertiesCollection(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php17 class PropertiesCollection extends Collection implements IProperties { class