PageLayout
class PageLayout extends AbstractEntity
PageLayout
Methods
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 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 95
__construct()
Constructor
at line 106
PageLayout
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 118
integer
getDeviceTypeId()
Get devicetypeid
at line 129
PageLayout
setPageId(integer $pageId)
Set page_id
at line 141
integer
getPageId()
Get page_id
at line 152
PageLayout
setName(string $name)
Set name
at line 164
string
getName()
Get name
at line 175
PageLayout
setUrl(string $url)
Set url
at line 187
string
getUrl()
Get url
at line 198
PageLayout
setFilename(string $filename)
Set filename
at line 210
string
getFilename()
Get filename
at line 221
PageLayout
setHeaderChk(integer $headerChk)
Set header_chk
at line 233
integer
getHeaderChk()
Get header_chk
at line 244
PageLayout
setFooterChk(integer $footerChk)
Set footer_chk
at line 256
integer
getFooterChk()
Get footer_chk
at line 267
PageLayout
setEditFlg(integer $editFlg)
Set edit_flg
at line 279
integer
getEditFlg()
Get edit_flg
at line 290
PageLayout
setAuthor(string $author)
Set author
at line 302
string
getAuthor()
Get author
at line 313
PageLayout
setDescription(string $description)
Set description
at line 325
string
getDescription()
Get description
at line 336
PageLayout
setKeyword(string $keyword)
Set keyword
at line 348
string
getKeyword()
Get keyword
at line 359
PageLayout
setUpdateUrl(string $updateUrl)
Set update_url
at line 371
string
getUpdateUrl()
Get update_url
at line 382
PageLayout
setCreateDate(DateTime $createDate)
Set create_date
at line 394
DateTime
getCreateDate()
Get create_date
at line 405
PageLayout
setUpdateDate(DateTime $updateDate)
Set update_date
at line 417
DateTime
getUpdateDate()
Get update_date
at line 428
PageLayout
setMetaRobots(string $metaRobots)
Set meta_robots
at line 440
string
getMetaRobots()
Get meta_robots
at line 451
PageLayout
addBlocPosition(BlocPosition $blocPositions)
Add BlocPositions
at line 463
removeBlocPosition(BlocPosition $blocPositions)
Remove BlocPositions
at line 473
Collection
getBlocPositions()
Get BlocPositions