Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php936 * @see getPropertiesIteratorForPath()
940 … return iterator_to_array($this->getPropertiesIteratorForPath($path, $propertyNames, $depth));
957 function getPropertiesIteratorForPath($path, $propertyNames = [], $depth = 0) { function in Sabre\\DAV\\Server
H A DCorePlugin.php336 …$newProperties = $this->server->getPropertiesIteratorForPath($path, $propFindXml->properties, $dep…