RestPlacement
extends Item
Table of Contents
Methods
-
__construct()
: mixed
-
getAppId()
: string
-
getAppName()
: string
-
getId()
: string
-
getName()
: string
-
getPlacementCode()
: string
-
getPlacementId()
: string
-
getPlacementOptions()
: array<string|int, mixed>
-
getPlacementTitle()
: string
-
getSettings()
: array<string|int, mixed>
-
getTitle()
: string
-
hasTariffRestrictions()
: bool
-
isAvailable()
: bool
-
isNew()
: bool
-
loadAssets()
: void
-
prepareSettings()
: array<string|int, mixed>
-
setAppId()
: self
-
setAppName()
: self
-
setPlacementCode()
: self
-
setPlacementId()
: self
-
setPlacementOptions()
: self
-
setPlacementTitle()
: self
__construct()
public
__construct(Context $context) : mixed
Parameters
-
$context
: Context
-
getAppId()
public
getAppId() : string
getAppName()
public
getAppName() : string
getId()
public
getId() : string
getName()
public
getName() : string
getPlacementCode()
public
getPlacementCode() : string
getPlacementId()
public
getPlacementId() : string
getPlacementOptions()
public
getPlacementOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPlacementTitle()
public
getPlacementTitle() : string
getSettings()
public
final getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTitle()
public
getTitle() : string
hasTariffRestrictions()
public
hasTariffRestrictions() : bool
isAvailable()
public
isAvailable() : bool
isNew()
public
isNew() : bool
loadAssets()
public
loadAssets() : void
prepareSettings()
public
prepareSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>
setAppId()
public
setAppId(string $appId) : self
Parameters
-
$appId
: string
-
setAppName()
public
setAppName(string $appName) : self
Parameters
-
$appName
: string
-
setPlacementCode()
public
setPlacementCode(string $placementCode) : self
Parameters
-
$placementCode
: string
-
setPlacementId()
public
setPlacementId(string $placementId) : self
Parameters
-
$placementId
: string
-
setPlacementOptions()
public
setPlacementOptions(array<string|int, mixed> $placementOptions) : self
Parameters
-
$placementOptions
: array<string|int, mixed>
-
setPlacementTitle()
public
setPlacementTitle(string $placementTitle) : self
Parameters
-
$placementTitle
: string
-