@@ 170-174 (lines=5) @@ | ||
167 | AclInterface $removeAces = null, |
|
168 | ExtensionDataInterface $extension = null |
|
169 | ) { |
|
170 | if ($folderId === null) { |
|
171 | $url = $this->getRepositoryUrl($repositoryId); |
|
172 | } else { |
|
173 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
174 | } |
|
175 | ||
176 | $queryArray = $this->createQueryArray( |
|
177 | Constants::CMISACTION_CREATE_DOCUMENT, |
|
@@ 242-246 (lines=5) @@ | ||
239 | AclInterface $removeAces = null, |
|
240 | ExtensionDataInterface $extension = null |
|
241 | ) { |
|
242 | if ($folderId === null) { |
|
243 | $url = $this->getRepositoryUrl($repositoryId); |
|
244 | } else { |
|
245 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
246 | } |
|
247 | ||
248 | $queryArray = $this->createQueryArray( |
|
249 | Constants::CMISACTION_CREATE_DOCUMENT_FROM_SOURCE, |