|
@@ -299,7 +299,7 @@ discard block |
|
|
block discarded – undo |
|
299
|
299
|
* @param \eZ\Publish\API\Repository\Values\Content\ContentInfo[] $contentInfoList |
|
300
|
300
|
* @param array $languages A language filter for fields. If not given all languages are returned |
|
301
|
301
|
* |
|
302
|
|
- * @return \eZ\Publish\API\Repository\Values\Content\Content[] |
|
|
302
|
+ * @return \Generator |
|
303
|
303
|
*/ |
|
304
|
304
|
public function loadContentItemsByContentInfoList(array $contentInfoList, array $languages = null) |
|
305
|
305
|
{ |
|
@@ -1355,7 +1355,7 @@ discard block |
|
|
block discarded – undo |
|
1355
|
1355
|
* @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct |
|
1356
|
1356
|
* @param \eZ\Publish\API\Repository\Values\Content\Content $content |
|
1357
|
1357
|
* |
|
1358
|
|
- * @return array |
|
|
1358
|
+ * @return string[] |
|
1359
|
1359
|
*/ |
|
1360
|
1360
|
protected function getLanguageCodesForUpdate(APIContentUpdateStruct $contentUpdateStruct, APIContent $content) |
|
1361
|
1361
|
{ |
|
@@ -1484,7 +1484,7 @@ discard block |
|
|
block discarded – undo |
|
1484
|
1484
|
* @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo |
|
1485
|
1485
|
* @param int|null $publicationDate If null existing date is kept if there is one, otherwise current time is used. |
|
1486
|
1486
|
* |
|
1487
|
|
- * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
|
1487
|
+ * @return LocationCreateStruct |
|
1488
|
1488
|
*/ |
|
1489
|
1489
|
protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null) |
|
1490
|
1490
|
{ |
Please login to merge, or discard this patch.