Home
last modified time | relevance | path

Searched refs:ICollection (Results 51 – 53 of 53) sorted by path

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php22 * @var ICollection
39 * @param ICollection $rootNode
41 function __construct(ICollection $rootNode) {
73 if (!($parent instanceof ICollection))
104 if (!$parentNode instanceof ICollection) return false;
295 * @param ICollection $destinationParent
299 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
319 } elseif ($source instanceof ICollection) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipalCollection.php17 interface IPrincipalCollection extends DAV\ICollection {
H A DPlugin.php487 if ($node instanceof DAV\ICollection) {

123