BlocPosition
class BlocPosition extends AbstractEntity
BlocPosition
Constants
UNUSED |
|
HEAD |
|
HEAD_TOP |
|
HEAD_INTERNAL |
|
TOP |
|
LEFT |
|
MAIN_HEAD |
|
RIGHT |
|
MAIN_FOOT |
|
BOTTOM |
|
FOOT |
|
Methods
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
getPageLayout()
Get PageLayout
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
at line 91
BlocPosition
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 103
integer
getDeviceTypeId()
Get devicetypeid
at line 114
BlocPosition
setPageId(integer $pageId)
Set page_id
at line 126
integer
getPageId()
Get page_id
at line 137
BlocPosition
setTargetId(integer $targetId)
Set target_id
at line 149
integer
getTargetId()
Get target_id
at line 160
BlocPosition
setBlocId(integer $blocId)
Set bloc_id
at line 172
integer
getBlocId()
Get bloc_id
at line 183
BlocPosition
setBlocRow(integer $blocRow)
Set bloc_row
at line 195
integer
getBlocRow()
Get bloc_row
at line 206
BlocPosition
setAnywhere(integer $anywhere)
Set anywhere
at line 218
integer
getAnywhere()
Get anywhere
at line 229
BlocPosition
setBloc(Bloc $bloc = null)
Set Bloc
at line 241
Bloc
getBloc()
Get Bloc
at line 252
BlocPosition
setPageLayout(PageLayout $pageLayout = null)
Set PageLayout
at line 264
PageLayout
getPageLayout()
Get PageLayout