PageLayout
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
Get ColumnNum
Get LeftNavi
Get MainHead
Get RightNavi
Get MainFoot
Get TopNavi
Get BottomNavi
Get
Get HeaderTopNavi
Get FooterBottomNavi
Get HeaderInternalNavi
Get BlocsByTargetId
Constructor
Set devicetypeid
Get devicetypeid
Set page_id
Get page_id
Set name
Get name
Set url
Get url
Set filename
Get filename
Set header_chk
Get header_chk
Set footer_chk
Get footer_chk
Set edit_flg
Get edit_flg
Set author
Get author
Set description
Get description
Set keyword
Get keyword
Set update_url
Get update_url
Get create_date
Get update_date
Set meta_robots
Get meta_robots
Get BlocPositions
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 61
integer
getColumnNum()
Get ColumnNum
at line 71
Bloc[]
getLeftNavi()
Get LeftNavi
at line 81
Bloc[]
getMainHead()
Get MainHead
at line 91
Bloc[]
getRightNavi()
Get RightNavi
at line 101
Bloc[]
getMainFoot()
Get MainFoot
at line 111
Bloc[]
getTopNavi()
Get TopNavi
at line 121
Bloc[]
getBottomNavi()
Get BottomNavi
at line 131
Bloc[]
getHeadNavi()
Get
at line 141
Bloc[]
getHeaderTopNavi()
Get HeaderTopNavi
at line 151
Bloc[]
getFooterBottomNavi()
Get FooterBottomNavi
at line 161
Bloc[]
getHeaderInternalNavi()
Get HeaderInternalNavi
at line 172
Bloc[]
getBlocsByTargetId(integer $target_id)
Get BlocsByTargetId
at line 267
__construct()
Constructor
at line 278
PageLayout
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 290
integer
getDeviceTypeId()
Get devicetypeid
at line 301
PageLayout
setPageId(integer $pageId)
Set page_id
at line 313
integer
getPageId()
Get page_id
at line 324
PageLayout
setName(string $name)
Set name
at line 336
string
getName()
Get name
at line 347
PageLayout
setUrl(string $url)
Set url
at line 359
string
getUrl()
Get url
at line 370
PageLayout
setFilename(string $filename)
Set filename
at line 382
string
getFilename()
Get filename
at line 393
PageLayout
setHeaderChk(integer $headerChk)
Set header_chk
at line 405
integer
getHeaderChk()
Get header_chk
at line 416
PageLayout
setFooterChk(integer $footerChk)
Set footer_chk
at line 428
integer
getFooterChk()
Get footer_chk
at line 439
PageLayout
setEditFlg(integer $editFlg)
Set edit_flg
at line 451
integer
getEditFlg()
Get edit_flg
at line 462
PageLayout
setAuthor(string $author)
Set author
at line 474
string
getAuthor()
Get author
at line 485
PageLayout
setDescription(string $description)
Set description
at line 497
string
getDescription()
Get description
at line 508
PageLayout
setKeyword(string $keyword)
Set keyword
at line 520
string
getKeyword()
Get keyword
at line 531
PageLayout
setUpdateUrl(string $updateUrl)
Set update_url
at line 543
string
getUpdateUrl()
Get update_url
at line 554
PageLayout
setCreateDate(DateTime $createDate)
Set create_date
at line 566
DateTime
getCreateDate()
Get create_date
at line 577
PageLayout
setUpdateDate(DateTime $updateDate)
Set update_date
at line 589
DateTime
getUpdateDate()
Get update_date
at line 600
PageLayout
setMetaRobots(string $metaRobots)
Set meta_robots
at line 612
string
getMetaRobots()
Get meta_robots
at line 623
PageLayout
addBlocPosition(BlocPosition $blocPositions)
Add BlocPositions
at line 635
removeBlocPosition(BlocPosition $blocPositions)
Remove BlocPositions
at line 645
Collection
getBlocPositions()
Get BlocPositions