|
@@ 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, |
|
@@ 239-243 (lines=5) @@
|
| 236 |
|
AclInterface $removeAces = null, |
| 237 |
|
ExtensionDataInterface $extension = null |
| 238 |
|
) { |
| 239 |
|
if ($folderId === null) { |
| 240 |
|
$url = $this->getRepositoryUrl($repositoryId); |
| 241 |
|
} else { |
| 242 |
|
$url = $this->getObjectUrl($repositoryId, $folderId); |
| 243 |
|
} |
| 244 |
|
|
| 245 |
|
$queryArray = $this->createQueryArray( |
| 246 |
|
Constants::CMISACTION_CREATE_DOCUMENT_FROM_SOURCE, |