Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\Technical

class Technical extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
string getName()

Get the technical information name

setName($name)

string getValue()

Get the technical value

setValue($value)

Details

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

Parameters

EntityManager $em

at line 24
public string getName()

Get the technical information name

Return Value

string

at line 29
public setName($name)

Parameters

$name

at line 39
public string getValue()

Get the technical value

Return Value

string

at line 44
public setValue($value)

Parameters

$value