class BlockPosition extends AbstractEntity

BlockPosition

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

setPageId(integer $pageId)

Set page_id

integer
getPageId()

Get page_id

setTargetId(integer $targetId)

Set target_id

integer
getTargetId()

Get target_id

setBlockId(integer $blockId)

Set block_id

integer
getBlockId()

Get block_id

setBlockRow(integer $blockRow)

Set block_row

integer
getBlockRow()

Get block_row

setAnywhere(integer $anywhere)

Set anywhere

integer
getAnywhere()

Get anywhere

setBlock(Block $block)

Set Block

getBlock()

Get Block

setPageLayout(PageLayout $pageLayout)

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 54
BlockPosition setPageId(integer $pageId)

Set page_id

Parameters

integer $pageId

Return Value

BlockPosition

at line 66
integer getPageId()

Get page_id

Return Value

integer

at line 77
BlockPosition setTargetId(integer $targetId)

Set target_id

Parameters

integer $targetId

Return Value

BlockPosition

at line 89
integer getTargetId()

Get target_id

Return Value

integer

at line 100
BlockPosition setBlockId(integer $blockId)

Set block_id

Parameters

integer $blockId

Return Value

BlockPosition

at line 112
integer getBlockId()

Get block_id

Return Value

integer

at line 123
BlockPosition setBlockRow(integer $blockRow)

Set block_row

Parameters

integer $blockRow

Return Value

BlockPosition

at line 135
integer getBlockRow()

Get block_row

Return Value

integer

at line 146
BlockPosition setAnywhere(integer $anywhere)

Set anywhere

Parameters

integer $anywhere

Return Value

BlockPosition

at line 158
integer getAnywhere()

Get anywhere

Return Value

integer

at line 169
BlockPosition setBlock(Block $block)

Set Block

Parameters

Block $block

Return Value

BlockPosition

at line 181
Block getBlock()

Get Block

Return Value

Block

at line 192
BlockPosition setPageLayout(PageLayout $pageLayout)

Set PageLayout

Parameters

PageLayout $pageLayout

Return Value

BlockPosition

at line 204
PageLayout getPageLayout()

Get PageLayout

Return Value

PageLayout