Page
extends EO_Page
-
see
-
PageTable
Table of Contents
Methods
-
getCode()
: string|null
-
getDateModifiedAgo()
: null|string
-
getDescription()
: string
-
getName()
: string
-
getParams()
: array<string|int, mixed>
-
getSiteId()
: int|null
-
getUrl()
: string
-
getUrlPreviewData()
: array<string|int, mixed>|false
-
isActive()
: bool
-
isFromConnectedSite()
: bool
-
isHidden()
: bool
-
isWebform()
: bool
-
setParams()
: Page
getCode()
public
getCode() : string|null
Return values
string|null
getDateModifiedAgo()
public
getDateModifiedAgo() : null|string
Return values
null|string
getDescription()
public
getDescription() : string
getName()
public
getName() : string
getParams()
public
getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSiteId()
public
getSiteId() : int|null
getUrl()
public
getUrl() : string
getUrlPreviewData()
public
getUrlPreviewData() : array<string|int, mixed>|false
Return values
array<string|int, mixed>|false
isActive()
public
isActive() : bool
isFromConnectedSite()
public
isFromConnectedSite() : bool
isHidden()
public
isHidden() : bool
public
isWebform() : bool
setParams()
public
setParams(array<string|int, mixed> $params) : Page
Parameters
-
$params
: array<string|int, mixed>
-