Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\DataboxStatus

class DataboxStatus extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getBit()

get the status bit

setBit($bit)

string getLabelOn()

Get the label status for the ON status state

setLabelOn($labelOn)

string getLabelOff()

get the label status for the OFF status state

setLabelOff($labelOff)

string getImgOn()

Get the image for the ON status state

setImgOn($imgOn)

string getImgOff()

Get the image for the OFF status state

setImgOff($imgOff)

Boolean isSearchable()

Tell whether the status is searchable

setSearchable($searchable)

Boolean isPrintable()

Tell whether the status is printable

setPrintable($printable)

Details

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

Parameters

EntityManager $em

at line 29
public integer getBit()

get the status bit

Return Value

integer

at line 34
public setBit($bit)

Parameters

$bit

at line 44
public string getLabelOn()

Get the label status for the ON status state

Return Value

string

at line 49
public setLabelOn($labelOn)

Parameters

$labelOn

at line 59
public string getLabelOff()

get the label status for the OFF status state

Return Value

string

at line 64
public setLabelOff($labelOff)

Parameters

$labelOff

at line 74
public string getImgOn()

Get the image for the ON status state

Return Value

string

at line 79
public setImgOn($imgOn)

Parameters

$imgOn

at line 89
public string getImgOff()

Get the image for the OFF status state

Return Value

string

at line 94
public setImgOff($imgOff)

Parameters

$imgOff

at line 104
public Boolean isSearchable()

Tell whether the status is searchable

Return Value

Boolean

at line 109
public setSearchable($searchable)

Parameters

$searchable

at line 119
public Boolean isPrintable()

Tell whether the status is printable

Return Value

Boolean

at line 124
public setPrintable($printable)

Parameters

$printable