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 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 72
BlocPosition
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 84
integer
getDeviceTypeId()
Get devicetypeid
at line 95
BlocPosition
setPageId(integer $pageId)
Set page_id
at line 107
integer
getPageId()
Get page_id
at line 118
BlocPosition
setTargetId(integer $targetId)
Set target_id
at line 130
integer
getTargetId()
Get target_id
at line 141
BlocPosition
setBlocId(integer $blocId)
Set bloc_id
at line 153
integer
getBlocId()
Get bloc_id
at line 164
BlocPosition
setBlocRow(integer $blocRow)
Set bloc_row
at line 176
integer
getBlocRow()
Get bloc_row
at line 187
BlocPosition
setAnywhere(integer $anywhere)
Set anywhere
at line 199
integer
getAnywhere()
Get anywhere
at line 210
BlocPosition
setBloc(Bloc $bloc = null)
Set Bloc
at line 222
Bloc
getBloc()
Get Bloc
at line 233
BlocPosition
setPageLayout(PageLayout $pageLayout = null)
Set PageLayout
at line 245
PageLayout
getPageLayout()
Get PageLayout