@@ 205-209 (lines=5) @@ | ||
202 | AclInterface $removeAces = null, |
|
203 | ExtensionDataInterface $extension = null |
|
204 | ) { |
|
205 | if ($folderId === null) { |
|
206 | $url = $this->getRepositoryUrl($repositoryId); |
|
207 | } else { |
|
208 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
209 | } |
|
210 | ||
211 | $queryArray = array_replace( |
|
212 | array( |
|
@@ 318-322 (lines=5) @@ | ||
315 | AclInterface $removeAces = null, |
|
316 | ExtensionDataInterface $extension = null |
|
317 | ) { |
|
318 | if ($folderId === null) { |
|
319 | $url = $this->getRepositoryUrl($repositoryId); |
|
320 | } else { |
|
321 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
322 | } |
|
323 | ||
324 | $url->getQuery()->modify( |
|
325 | array( |