Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\Metadatas

class Metadatas extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getMetaId()

Get the metadatas id

setMetaId($id)

integer getMetaStructureId()

Get the related databox meta field id

setMetaStructureId($structureId)

string getName()

Get the meta name

setName($name)

string getValue()

Get the meta value

setValue($value)

Details

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

Parameters

EntityManager $em

at line 26
public integer getMetaId()

Get the metadatas id

Return Value

integer

at line 31
public setMetaId($id)

Parameters

$id

at line 41
public integer getMetaStructureId()

Get the related databox meta field id

Return Value

integer

at line 46
public setMetaStructureId($structureId)

Parameters

$structureId

at line 56
public string getName()

Get the meta name

Return Value

string

at line 61
public setName($name)

Parameters

$name

at line 71
public string getValue()

Get the meta value

Return Value

string

at line 76
public setValue($value)

Parameters

$value