Phraseanet PHP SDK API
Class

PhraseanetSDK\Repository\BasketElement

class BasketElement extends AbstractRepository

Methods

__construct(EntityManager $em)

from AbstractRepository
ArrayCollection findByBasket(integer $basketId)

Find all basket elements in the provided basket id

Details

in AbstractRepository at line 30
public __construct(EntityManager $em)

Parameters

EntityManager $em

at line 27
public ArrayCollection findByBasket(integer $basketId)

Find all basket elements in the provided basket id

Parameters

integer $basketId The provided basket id

Return Value

ArrayCollection

Exceptions

RuntimeException