EcommerceDocumentsList
extends ContentBlock
Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getOwnerId()
: int|null
-
getOwnerTypeId()
: int|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getSummaryOptions()
: array<string|int, mixed>
-
isWithOrdersMode()
: bool
-
setIsWithOrdersMode()
: self
-
setOwnerId()
: self
-
setOwnerTypeId()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setSummaryOptions()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getOwnerId()
public
getOwnerId() : int|null
getOwnerTypeId()
public
getOwnerTypeId() : int|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getSummaryOptions()
public
getSummaryOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>
isWithOrdersMode()
public
isWithOrdersMode() : bool
setIsWithOrdersMode()
public
setIsWithOrdersMode(bool $isWithOrdersMode) : self
Parameters
-
$isWithOrdersMode
: bool
-
setOwnerId()
public
setOwnerId(int|null $ownerId) : self
Parameters
-
$ownerId
: int|null
-
setOwnerTypeId()
public
setOwnerTypeId(int|null $ownerTypeId) : self
Parameters
-
$ownerTypeId
: int|null
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setSummaryOptions()
public
setSummaryOptions(array<string|int, mixed> $summaryOptions) : self
Parameters
-
$summaryOptions
: array<string|int, mixed>
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>