-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #660 from PowerSync/develop-2.4.4
Develop 2.4.4
- Loading branch information
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Api/Service/Model/Grid/Executor/ByCollection/CreateCollectionInterface.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php declare(strict_types=1); | ||
/** | ||
* Copyright © 2022 TechNWeb, Inc. All rights reserved. | ||
* See TNW_LICENSE.txt for license details. | ||
*/ | ||
namespace TNW\Salesforce\Api\Service\Model\Grid\Executor\ByCollection; | ||
use Magento\Framework\Data\Collection; | ||
|
||
/** | ||
* Interface GetIdsFilteredByCustomerGroupConfigurationInterface | ||
*/ | ||
interface CreateCollectionInterface | ||
{ | ||
|
||
/** | ||
* @param array|null $entityIds | ||
* @return Collection | ||
*/ | ||
public function execute(array $entityIds = null): Collection; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters