class BlocPosition extends AbstractEntity

BlocPosition

Constants

UNUSED

HEAD

HEAD_TOP

HEAD_INTERNAL

TOP

LEFT

MAIN_HEAD

RIGHT

MAIN_FOOT

BOTTOM

FOOT

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

integer
getDeviceTypeId()

Get devicetypeid

setPageId(integer $pageId)

Set page_id

integer
getPageId()

Get page_id

setTargetId(integer $targetId)

Set target_id

integer
getTargetId()

Get target_id

setBlocId(integer $blocId)

Set bloc_id

integer
getBlocId()

Get bloc_id

setBlocRow(integer $blocRow)

Set bloc_row

integer
getBlocRow()

Get bloc_row

setAnywhere(integer $anywhere)

Set anywhere

integer
getAnywhere()

Get anywhere

setBloc(Bloc $bloc = null)

Set Bloc

getBloc()

Get Bloc

setPageLayout(PageLayout $pageLayout = null)

Set PageLayout

getPageLayout()

Get PageLayout

Details

in AbstractEntity at line 10
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 17
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 72
BlocPosition setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

Parameters

integer $deviceTypeId

Return Value

BlocPosition

at line 84
integer getDeviceTypeId()

Get devicetypeid

Return Value

integer

at line 95
BlocPosition setPageId(integer $pageId)

Set page_id

Parameters

integer $pageId

Return Value

BlocPosition

at line 107
integer getPageId()

Get page_id

Return Value

integer

at line 118
BlocPosition setTargetId(integer $targetId)

Set target_id

Parameters

integer $targetId

Return Value

BlocPosition

at line 130
integer getTargetId()

Get target_id

Return Value

integer

at line 141
BlocPosition setBlocId(integer $blocId)

Set bloc_id

Parameters

integer $blocId

Return Value

BlocPosition

at line 153
integer getBlocId()

Get bloc_id

Return Value

integer

at line 164
BlocPosition setBlocRow(integer $blocRow)

Set bloc_row

Parameters

integer $blocRow

Return Value

BlocPosition

at line 176
integer getBlocRow()

Get bloc_row

Return Value

integer

at line 187
BlocPosition setAnywhere(integer $anywhere)

Set anywhere

Parameters

integer $anywhere

Return Value

BlocPosition

at line 199
integer getAnywhere()

Get anywhere

Return Value

integer

at line 210
BlocPosition setBloc(Bloc $bloc = null)

Set Bloc

Parameters

Bloc $bloc

Return Value

BlocPosition

at line 222
Bloc getBloc()

Get Bloc

Return Value

Bloc

at line 233
BlocPosition setPageLayout(PageLayout $pageLayout = null)

Set PageLayout

Parameters

PageLayout $pageLayout

Return Value

BlocPosition

at line 245
PageLayout getPageLayout()

Get PageLayout

Return Value

PageLayout