Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\RecordStatus

class RecordStatus extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getBit()

Get the status bit

setBit($bit)

Boolean getState()

Get the status state

setState($state)

Details

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

Parameters

EntityManager $em

at line 24
public integer getBit()

Get the status bit

Return Value

integer

at line 29
public setBit($bit)

Parameters

$bit

at line 39
public Boolean getState()

Get the status state

Return Value

Boolean

at line 44
public setState($state)

Parameters

$state