コード例 #1
0
 public function loadCollectionsByIds(array $collectionIds)
 {
     $this->collectionRepository->getCollectionsById($collectionIds);
 }