Phraseanet PHP SDK API
Class

PhraseanetSDK\Repository\RecordStatus

class RecordStatus extends AbstractRepository

Methods

__construct(EntityManager $em)

from AbstractRepository
ArrayCollection findByRecord(integer $databoxId, integer $recordId)

Find All the status attached to the provided record

Details

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

Parameters

EntityManager $em

at line 28
public ArrayCollection findByRecord(integer $databoxId, integer $recordId)

Find All the status attached to the provided record

Parameters

integer $databoxId The record databox id
integer $recordId the record id

Return Value

ArrayCollection

Exceptions

RuntimeException