ProductTourScenarioInterface
ProductTourScenarioInterface.php
:
11
Interface
Methods¶
addStep()
¶
ProductTourScenarioInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $step | ProductTourStepInterface | - | - |
getIdentifier()
¶
ProductTourScenarioInterface.php
:
15
|
|
|
Return values
string
getSteps()
¶
ProductTourScenarioInterface.php
:
36
|
|
|
Return values
array<string|int, ProductTourStepInterface>
getType()
¶
ProductTourScenarioInterface.php
:
19
|
|
|
Return values
string
getUserGroupsExcluded()
¶
ProductTourScenarioInterface.php
:
29
|
|
|
Return values
array<string|int, string>
removeStep()
¶
ProductTourScenarioInterface.php
:
38
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $step | ProductTourStepInterface | - | - |
setIdentifier()
¶
ProductTourScenarioInterface.php
:
13
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
setType()
¶
ProductTourScenarioInterface.php
:
17
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $type | string | - | - |
setUserGroupsExcluded()
¶
ProductTourScenarioInterface.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $userGroupsExcluded | array<string|int, string> | - | - |