Phraseanet PHP SDK API
Class

PhraseanetSDK\Repository\DataboxDocumentStructure

class DataboxDocumentStructure extends AbstractRepository

Methods

__construct(EntityManager $em)

from AbstractRepository
ArrayCollection findByDatabox(integer $databoxId)

Find All structure document of the desired databox

Details

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

Parameters

EntityManager $em

at line 27
public ArrayCollection findByDatabox(integer $databoxId)

Find All structure document of the desired databox

Parameters

integer $databoxId The databox id

Return Value

ArrayCollection

Exceptions

RuntimeException