class PageLayout extends AbstractEntity

PageLayout

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

__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 10
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 17
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 95
__construct()

Constructor

at line 106
PageLayout setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

Parameters

integer $deviceTypeId

Return Value

PageLayout

at line 118
integer getDeviceTypeId()

Get devicetypeid

Return Value

integer

at line 129
PageLayout setPageId(integer $pageId)

Set page_id

Parameters

integer $pageId

Return Value

PageLayout

at line 141
integer getPageId()

Get page_id

Return Value

integer

at line 152
PageLayout setName(string $name)

Set name

Parameters

string $name

Return Value

PageLayout

at line 164
string getName()

Get name

Return Value

string

at line 175
PageLayout setUrl(string $url)

Set url

Parameters

string $url

Return Value

PageLayout

at line 187
string getUrl()

Get url

Return Value

string

at line 198
PageLayout setFilename(string $filename)

Set filename

Parameters

string $filename

Return Value

PageLayout

at line 210
string getFilename()

Get filename

Return Value

string

at line 221
PageLayout setHeaderChk(integer $headerChk)

Set header_chk

Parameters

integer $headerChk

Return Value

PageLayout

at line 233
integer getHeaderChk()

Get header_chk

Return Value

integer

at line 244
PageLayout setFooterChk(integer $footerChk)

Set footer_chk

Parameters

integer $footerChk

Return Value

PageLayout

at line 256
integer getFooterChk()

Get footer_chk

Return Value

integer

at line 267
PageLayout setEditFlg(integer $editFlg)

Set edit_flg

Parameters

integer $editFlg

Return Value

PageLayout

at line 279
integer getEditFlg()

Get edit_flg

Return Value

integer

at line 290
PageLayout setAuthor(string $author)

Set author

Parameters

string $author

Return Value

PageLayout

at line 302
string getAuthor()

Get author

Return Value

string

at line 313
PageLayout setDescription(string $description)

Set description

Parameters

string $description

Return Value

PageLayout

at line 325
string getDescription()

Get description

Return Value

string

at line 336
PageLayout setKeyword(string $keyword)

Set keyword

Parameters

string $keyword

Return Value

PageLayout

at line 348
string getKeyword()

Get keyword

Return Value

string

at line 359
PageLayout setUpdateUrl(string $updateUrl)

Set update_url

Parameters

string $updateUrl

Return Value

PageLayout

at line 371
string getUpdateUrl()

Get update_url

Return Value

string

at line 382
PageLayout setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

PageLayout

at line 394
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 405
PageLayout setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

PageLayout

at line 417
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 428
PageLayout setMetaRobots(string $metaRobots)

Set meta_robots

Parameters

string $metaRobots

Return Value

PageLayout

at line 440
string getMetaRobots()

Get meta_robots

Return Value

string

at line 451
PageLayout addBlocPosition(BlocPosition $blocPositions)

Add BlocPositions

Parameters

BlocPosition $blocPositions

Return Value

PageLayout

at line 463
removeBlocPosition(BlocPosition $blocPositions)

Remove BlocPositions

Parameters

BlocPosition $blocPositions

at line 473
Collection getBlocPositions()

Get BlocPositions

Return Value

Collection