We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b12b38b + 3004f62 commit e67fe86Copy full SHA for e67fe86
apps/dav/lib/Connector/Sabre/Node.php
@@ -32,13 +32,6 @@ abstract class Node implements \Sabre\DAV\INode {
32
*/
33
protected $path;
34
35
- /**
36
- * node properties cache
37
- *
38
- * @var array
39
- */
40
- protected $property_cache = null;
41
-
42
protected FileInfo $info;
43
44
/**
@@ -140,10 +133,6 @@ public function setName($name) {
140
133
$this->refreshInfo();
141
134
}
142
135
143
- public function setPropertyCache($property_cache) {
144
- $this->property_cache = $property_cache;
145
- }
146
147
136
148
137
* Returns the last modification time, as a unix timestamp
149
138
*
0 commit comments