Phraseanet PHP SDK API
Class

PhraseanetSDK\Repository\DataboxCollection

class DataboxCollection extends AbstractRepository

Methods

__construct(EntityManager $em)

from AbstractRepository
ArrayCollection findByDatabox(integer $databoxId)

Find all collection in the provided databox

Details

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

Parameters

EntityManager $em

at line 27
public ArrayCollection findByDatabox(integer $databoxId)

Find all collection in the provided databox

Parameters

integer $databoxId the databox id

Return Value

ArrayCollection

Exceptions

RuntimeException