mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
add path to all scopes
This commit is contained in:
parent
45abab62f8
commit
7621e3d43d
2 changed files with 15 additions and 5 deletions
|
|
@ -43,6 +43,13 @@ class Scope implements XmlDeserializable {
|
|||
*/
|
||||
public $depth;
|
||||
|
||||
/**
|
||||
* @var string|null
|
||||
*
|
||||
* the path of the search scope relative to the dav server, or null if the scope is outside the dav server
|
||||
*/
|
||||
public $path;
|
||||
|
||||
/**
|
||||
* @param string $href
|
||||
* @param int|string $depth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue