Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SourceItemRepository.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
9 
14 
19 {
23  private $commandGetList;
24 
28  public function __construct(
29  GetListInterface $commandGetList
30  ) {
31  $this->commandGetList = $commandGetList;
32  }
33 
38  {
39  return $this->commandGetList->execute($searchCriteria);
40  }
41 }
getList(SearchCriteriaInterface $searchCriteria)
__construct(GetListInterface $commandGetList)
$searchCriteria