Phraseanet PHP SDK API
Class

PhraseanetSDK\Repository\Metadatas

class Metadatas extends AbstractRepository

Methods

__construct(EntityManager $em)

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

Find All the metadatas for the record provided in parameters

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 metadatas for the record provided in parameters

Parameters

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

Return Value

ArrayCollection

Exceptions

RuntimeException