AvatarsStackSteps
extends ContentBlock
Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
addStep()
: static
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getSteps()
: array<string|int, Step>
-
getStyles()
: array<string|int, mixed>
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setSteps()
: $this
-
setStyles()
: static
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
addStep()
public
addStep(Step $step) : static
Parameters
-
$step
: Step
-
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getSteps()
public
getSteps() : array<string|int, Step>
Return values
array<string|int, Step>
getStyles()
public
getStyles() : array<string|int, mixed>
Return values
array<string|int, mixed>
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
-
setSteps()
public
setSteps(array<string|int, Step> $steps) : $this
Parameters
-
$steps
: array<string|int, Step>
-
setStyles()
public
setStyles(array<string|int, mixed> $styles) : static
Parameters
-
$styles
: array<string|int, mixed>
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>