Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\RecordCaption

class RecordCaption extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getMetaStructureId()

Get the related databox meta field id

setMetaStructureId($metaStructureId)

string getName()

Get the name of the caption

setName($name)

string getValue()

Get the value of the caption

setValue($value)

Details

in AbstractEntity at line 21
final public __construct(EntityManager $em)

Parameters

EntityManager $em

at line 25
public integer getMetaStructureId()

Get the related databox meta field id

Return Value

integer

at line 30
public setMetaStructureId($metaStructureId)

Parameters

$metaStructureId

at line 40
public string getName()

Get the name of the caption

Return Value

string

at line 45
public setName($name)

Parameters

$name

at line 55
public string getValue()

Get the value of the caption

Return Value

string

at line 60
public setValue($value)

Parameters

$value