Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\DataboxCollection

class DataboxCollection extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getBaseId()

The collection base id

setBaseId($baseId)

integer getCollectionId()

The collection id

setCollectionId($collId)

string getName()

The collection name

setName($name)

integer getRecordAmount()

The total record in the collection

setRecordAmount($record_amount)

Details

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

Parameters

EntityManager $em

at line 26
public integer getBaseId()

The collection base id

Return Value

integer

at line 31
public setBaseId($baseId)

Parameters

$baseId

at line 41
public integer getCollectionId()

The collection id

Return Value

integer

at line 46
public setCollectionId($collId)

Parameters

$collId

at line 56
public string getName()

The collection name

Return Value

string

at line 61
public setName($name)

Parameters

$name

at line 71
public integer getRecordAmount()

The total record in the collection

Return Value

integer

at line 76
public setRecordAmount($record_amount)

Parameters

$record_amount