Sonata\Component\Product\ProductManagerInterface::findInSameCollections PHP 메소드

findInSameCollections() 공개 메소드

Returns the products in the same collections as those specified in $productCollections.
public findInSameCollections ( mixed $productCollections ) : array
$productCollections mixed
리턴 array
    public function findInSameCollections($productCollections);