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 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 115
__construct()
Constructor
at line 126
PageLayout
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 138
integer
getDeviceTypeId()
Get devicetypeid
at line 149
PageLayout
setPageId(integer $pageId)
Set page_id
at line 161
integer
getPageId()
Get page_id
at line 172
PageLayout
setName(string $name)
Set name
at line 184
string
getName()
Get name
at line 195
PageLayout
setUrl(string $url)
Set url
at line 207
string
getUrl()
Get url
at line 218
PageLayout
setFilename(string $filename)
Set filename
at line 230
string
getFilename()
Get filename
at line 241
PageLayout
setHeaderChk(integer $headerChk)
Set header_chk
at line 253
integer
getHeaderChk()
Get header_chk
at line 264
PageLayout
setFooterChk(integer $footerChk)
Set footer_chk
at line 276
integer
getFooterChk()
Get footer_chk
at line 287
PageLayout
setEditFlg(integer $editFlg)
Set edit_flg
at line 299
integer
getEditFlg()
Get edit_flg
at line 310
PageLayout
setAuthor(string $author)
Set author
at line 322
string
getAuthor()
Get author
at line 333
PageLayout
setDescription(string $description)
Set description
at line 345
string
getDescription()
Get description
at line 356
PageLayout
setKeyword(string $keyword)
Set keyword
at line 368
string
getKeyword()
Get keyword
at line 379
PageLayout
setUpdateUrl(string $updateUrl)
Set update_url
at line 391
string
getUpdateUrl()
Get update_url
at line 402
PageLayout
setCreateDate(DateTime $createDate)
Set create_date
at line 414
DateTime
getCreateDate()
Get create_date
at line 425
PageLayout
setUpdateDate(DateTime $updateDate)
Set update_date
at line 437
DateTime
getUpdateDate()
Get update_date
at line 448
PageLayout
setMetaRobots(string $metaRobots)
Set meta_robots
at line 460
string
getMetaRobots()
Get meta_robots
at line 471
PageLayout
addBlocPosition(BlocPosition $blocPositions)
Add BlocPositions
at line 483
removeBlocPosition(BlocPosition $blocPositions)
Remove BlocPositions
at line 493
Collection
getBlocPositions()
Get BlocPositions