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 32
offsetExists($offset)

Parameters

$offset

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

Parameters

$offset
$value

in AbstractEntity at line 43
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 54
offsetUnset($offset)

Parameters

$offset

at line 91
BlocPosition setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

Parameters

integer $deviceTypeId

Return Value

BlocPosition

at line 103
integer getDeviceTypeId()

Get devicetypeid

Return Value

integer

at line 114
BlocPosition setPageId(integer $pageId)

Set page_id

Parameters

integer $pageId

Return Value

BlocPosition

at line 126
integer getPageId()

Get page_id

Return Value

integer

at line 137
BlocPosition setTargetId(integer $targetId)

Set target_id

Parameters

integer $targetId

Return Value

BlocPosition

at line 149
integer getTargetId()

Get target_id

Return Value

integer

at line 160
BlocPosition setBlocId(integer $blocId)

Set bloc_id

Parameters

integer $blocId

Return Value

BlocPosition

at line 172
integer getBlocId()

Get bloc_id

Return Value

integer

at line 183
BlocPosition setBlocRow(integer $blocRow)

Set bloc_row

Parameters

integer $blocRow

Return Value

BlocPosition

at line 195
integer getBlocRow()

Get bloc_row

Return Value

integer

at line 206
BlocPosition setAnywhere(integer $anywhere)

Set anywhere

Parameters

integer $anywhere

Return Value

BlocPosition

at line 218
integer getAnywhere()

Get anywhere

Return Value

integer

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

Set Bloc

Parameters

Bloc $bloc

Return Value

BlocPosition

at line 241
Bloc getBloc()

Get Bloc

Return Value

Bloc

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

Set PageLayout

Parameters

PageLayout $pageLayout

Return Value

BlocPosition

at line 264
PageLayout getPageLayout()

Get PageLayout

Return Value

PageLayout