Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php38 protected $storagePath; variable in Sabre\\DAVACL\\FS\\HomeCollection
44 * @param string $storagePath Where the actual files are stored.
47 …function __construct(BackendInterface $principalBackend, $storagePath, $principalPrefix = 'princip… argument
50 $this->storagePath = $storagePath;
90 $path = $this->storagePath . '/' . $principalBaseName;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php36 protected $storagePath; variable in Sabre\\DAVACL\\FS\\HomeCollection
42 * @param string $storagePath Where the actual files are stored.
45 …function __construct(BackendInterface $principalBackend, $storagePath, $principalPrefix = 'princip… argument
48 $this->storagePath = $storagePath;
93 $path = $this->storagePath . '/' . $principalBaseName;