class PageLayout extends AbstractEntity

PageLayout

Constants

TARGET_ID_UNUSED

配置ID: 未使用

TARGET_ID_LEFT

配置ID: LeftNavi

TARGET_ID_MAIN_HEAD

配置ID: MainHead

TARGET_ID_RIGHT

配置ID: RightNavi

TARGET_ID_MAIN_FOOT

配置ID: MainFoot

TARGET_ID_TOP

配置ID: TopNavi

TARGET_ID_BOTTOM

配置ID: BottomNavi

TARGET_ID_HEAD

配置ID: HeadNavi

TARGET_ID_HEAD_TOP

配置ID: HeadTopNavi

TARGET_ID_FOOTER_BOTTOM

配置ID: FooterBottomNavi

TARGET_ID_HEADER_INTERNAL

配置ID: HeaderInternalNavi

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

integer
getColumnNum()

Get ColumnNum

Bloc[]
getLeftNavi()

Get LeftNavi

Bloc[]
getMainHead()

Get MainHead

Bloc[]
getRightNavi()

Get RightNavi

Bloc[]
getMainFoot()

Get MainFoot

Bloc[]
getTopNavi()

Get TopNavi

Bloc[]
getBottomNavi()

Get BottomNavi

Bloc[]
getHeadNavi()

Get

Bloc[]
getHeaderTopNavi()

Get HeaderTopNavi

Bloc[]
getFooterBottomNavi()

Get FooterBottomNavi

Bloc[]
getHeaderInternalNavi()

Get HeaderInternalNavi

Bloc[]
getBlocsByTargetId(integer $target_id)

Get BlocsByTargetId

__construct()

Constructor

setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

integer
getDeviceTypeId()

Get devicetypeid

setPageId(integer $pageId)

Set page_id

integer
getPageId()

Get page_id

setName(string $name)

Set name

string
getName()

Get name

setUrl(string $url)

Set url

string
getUrl()

Get url

setFilename(string $filename)

Set filename

string
getFilename()

Get filename

setHeaderChk(integer $headerChk)

Set header_chk

integer
getHeaderChk()

Get header_chk

setFooterChk(integer $footerChk)

Set footer_chk

integer
getFooterChk()

Get footer_chk

setEditFlg(integer $editFlg)

Set edit_flg

integer
getEditFlg()

Get edit_flg

setAuthor(string $author)

Set author

string
getAuthor()

Get author

setDescription(string $description)

Set description

string
getDescription()

Get description

setKeyword(string $keyword)

Set keyword

string
getKeyword()

Get keyword

setUpdateUrl(string $updateUrl)

Set update_url

string
getUpdateUrl()

Get update_url

setCreateDate(DateTime $createDate)

Set create_date

getCreateDate()

Get create_date

setUpdateDate(DateTime $updateDate)

Set update_date

getUpdateDate()

Get update_date

setMetaRobots(string $metaRobots)

Set meta_robots

string
getMetaRobots()

Get meta_robots

addBlocPosition(BlocPosition $blocPositions)

Add BlocPositions

removeBlocPosition(BlocPosition $blocPositions)

Remove BlocPositions

Collection
getBlocPositions()

Get BlocPositions

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 61
integer getColumnNum()

Get ColumnNum

Return Value

integer

at line 71
Bloc[] getLeftNavi()

Get LeftNavi

Return Value

Bloc[]

at line 81
Bloc[] getMainHead()

Get MainHead

Return Value

Bloc[]

at line 91
Bloc[] getRightNavi()

Get RightNavi

Return Value

Bloc[]

at line 101
Bloc[] getMainFoot()

Get MainFoot

Return Value

Bloc[]

at line 111
Bloc[] getTopNavi()

Get TopNavi

Return Value

Bloc[]

at line 121
Bloc[] getBottomNavi()

Get BottomNavi

Return Value

Bloc[]

at line 131
Bloc[] getHeadNavi()

Get

Return Value

Bloc[]

at line 141
Bloc[] getHeaderTopNavi()

Get HeaderTopNavi

Return Value

Bloc[]

at line 151
Bloc[] getFooterBottomNavi()

Get FooterBottomNavi

Return Value

Bloc[]

at line 161
Bloc[] getHeaderInternalNavi()

Get HeaderInternalNavi

Return Value

Bloc[]

at line 172
Bloc[] getBlocsByTargetId(integer $target_id)

Get BlocsByTargetId

Parameters

integer $target_id

Return Value

Bloc[]

at line 267
__construct()

Constructor

at line 278
PageLayout setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

Parameters

integer $deviceTypeId

Return Value

PageLayout

at line 290
integer getDeviceTypeId()

Get devicetypeid

Return Value

integer

at line 301
PageLayout setPageId(integer $pageId)

Set page_id

Parameters

integer $pageId

Return Value

PageLayout

at line 313
integer getPageId()

Get page_id

Return Value

integer

at line 324
PageLayout setName(string $name)

Set name

Parameters

string $name

Return Value

PageLayout

at line 336
string getName()

Get name

Return Value

string

at line 347
PageLayout setUrl(string $url)

Set url

Parameters

string $url

Return Value

PageLayout

at line 359
string getUrl()

Get url

Return Value

string

at line 370
PageLayout setFilename(string $filename)

Set filename

Parameters

string $filename

Return Value

PageLayout

at line 382
string getFilename()

Get filename

Return Value

string

at line 393
PageLayout setHeaderChk(integer $headerChk)

Set header_chk

Parameters

integer $headerChk

Return Value

PageLayout

at line 405
integer getHeaderChk()

Get header_chk

Return Value

integer

at line 416
PageLayout setFooterChk(integer $footerChk)

Set footer_chk

Parameters

integer $footerChk

Return Value

PageLayout

at line 428
integer getFooterChk()

Get footer_chk

Return Value

integer

at line 439
PageLayout setEditFlg(integer $editFlg)

Set edit_flg

Parameters

integer $editFlg

Return Value

PageLayout

at line 451
integer getEditFlg()

Get edit_flg

Return Value

integer

at line 462
PageLayout setAuthor(string $author)

Set author

Parameters

string $author

Return Value

PageLayout

at line 474
string getAuthor()

Get author

Return Value

string

at line 485
PageLayout setDescription(string $description)

Set description

Parameters

string $description

Return Value

PageLayout

at line 497
string getDescription()

Get description

Return Value

string

at line 508
PageLayout setKeyword(string $keyword)

Set keyword

Parameters

string $keyword

Return Value

PageLayout

at line 520
string getKeyword()

Get keyword

Return Value

string

at line 531
PageLayout setUpdateUrl(string $updateUrl)

Set update_url

Parameters

string $updateUrl

Return Value

PageLayout

at line 543
string getUpdateUrl()

Get update_url

Return Value

string

at line 554
PageLayout setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

PageLayout

at line 566
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 577
PageLayout setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

PageLayout

at line 589
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 600
PageLayout setMetaRobots(string $metaRobots)

Set meta_robots

Parameters

string $metaRobots

Return Value

PageLayout

at line 612
string getMetaRobots()

Get meta_robots

Return Value

string

at line 623
PageLayout addBlocPosition(BlocPosition $blocPositions)

Add BlocPositions

Parameters

BlocPosition $blocPositions

Return Value

PageLayout

at line 635
removeBlocPosition(BlocPosition $blocPositions)

Remove BlocPositions

Parameters

BlocPosition $blocPositions

at line 645
Collection getBlocPositions()

Get BlocPositions

Return Value

Collection