@@ 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 | #$this->appendRemoveAcesToUrl($url, $removeAces); |
|
125 | #$this->appendPoliciesToUrl($url, $policies); |
|
@@ 207-211 (lines=5) @@ | ||
204 | AclInterface $removeAces = null, |
|
205 | ExtensionDataInterface $extension = null |
|
206 | ) { |
|
207 | if ($folderId === null) { |
|
208 | $url = $this->getRepositoryUrl($repositoryId); |
|
209 | } else { |
|
210 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
211 | } |
|
212 | ||
213 | $queryArray = array_replace( |
|
214 | array( |
|
@@ 320-324 (lines=5) @@ | ||
317 | AclInterface $removeAces = null, |
|
318 | ExtensionDataInterface $extension = null |
|
319 | ) { |
|
320 | if ($folderId === null) { |
|
321 | $url = $this->getRepositoryUrl($repositoryId); |
|
322 | } else { |
|
323 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
324 | } |
|
325 | ||
326 | $url->getQuery()->modify( |
|
327 | array( |