@@ 118-122 (lines=5) @@ | ||
115 | AclInterface $removeAces = null, |
|
116 | ExtensionDataInterface $extension = null |
|
117 | ) { |
|
118 | if ($folderId === null) { |
|
119 | $url = $this->getRepositoryUrl($repositoryId); |
|
120 | } else { |
|
121 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
122 | } |
|
123 | ||
124 | $url->getQuery()->modify( |
|
125 | array( |
|
@@ 194-198 (lines=5) @@ | ||
191 | AclInterface $removeAces = null, |
|
192 | ExtensionDataInterface $extension = null |
|
193 | ) { |
|
194 | if ($folderId === null) { |
|
195 | $url = $this->getRepositoryUrl($repositoryId); |
|
196 | } else { |
|
197 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
198 | } |
|
199 | ||
200 | $url->getQuery()->modify($this->convertPropertiesToQueryArray($properties)); |
|
201 | $url->getQuery()->modify( |
|
@@ 298-302 (lines=5) @@ | ||
295 | AclInterface $removeAces = null, |
|
296 | ExtensionDataInterface $extension = null |
|
297 | ) { |
|
298 | if ($folderId === null) { |
|
299 | $url = $this->getRepositoryUrl($repositoryId); |
|
300 | } else { |
|
301 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
302 | } |
|
303 | ||
304 | $url->getQuery()->modify( |
|
305 | array( |