Phraseanet PHP SDK API
Class

PhraseanetSDK\Repository\Caption

class Caption extends AbstractRepository

Methods

__construct(EntityManager $em)

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

Find All the caption metadata for 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 caption metadata for the provided record

Parameters

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

Return Value

ArrayCollection

Exceptions

RuntimeException