Copied!

ProductTourScenarioInterface

ProductTourScenarioInterface.php : 11
Interface

Methods

publicaddStep()

ProductTourScenarioInterface.php : 31
public addStep(ProductTourStepInterface $step) : void

Parameters

Name Type Default value Description
$step ProductTourStepInterface - -

publicgetIdentifier()

ProductTourScenarioInterface.php : 15
public getIdentifier() : string

Return values

string

publicgetSteps()

ProductTourScenarioInterface.php : 36
public getSteps() : array<string|int, ProductTourStepInterface>

Return values

array<string|int, ProductTourStepInterface>

publicgetType()

ProductTourScenarioInterface.php : 19
public getType() : string

Return values

string

publicgetUserGroupsExcluded()

ProductTourScenarioInterface.php : 29
public getUserGroupsExcluded() : array<string|int, string>

Return values

array<string|int, string>

publicremoveStep()

ProductTourScenarioInterface.php : 38
public removeStep(ProductTourStepInterface $step) : void

Parameters

Name Type Default value Description
$step ProductTourStepInterface - -

publicsetIdentifier()

ProductTourScenarioInterface.php : 13
public setIdentifier(string $identifier) : void

Parameters

Name Type Default value Description
$identifier string - -

publicsetType()

ProductTourScenarioInterface.php : 17
public setType(string $type) : void

Parameters

Name Type Default value Description
$type string - -

publicsetUserGroupsExcluded()

ProductTourScenarioInterface.php : 24
public setUserGroupsExcluded(array<string|int, string> $userGroupsExcluded) : void

Parameters

Name Type Default value Description
$userGroupsExcluded array<string|int, string> - -