Copied!

ProductTourStepInterface

ProductTourStepInterface.php : 11
Interface

Methods

publicaddBlock()

ProductTourStepInterface.php : 33
public addBlock(ProductTourBlockInterface $block) : void

Parameters

Name Type Default value Description
$block ProductTourBlockInterface - -

publicgetBackgroundImage()

ProductTourStepInterface.php : 23
public getBackgroundImage() : string|null

Return values

string|null

publicgetBlocks()

ProductTourStepInterface.php : 38
public getBlocks() : array<string|int, ProductTourBlockInterface>

Return values

array<string|int, ProductTourBlockInterface>

publicgetIdentifier()

ProductTourStepInterface.php : 15
public getIdentifier() : string

Return values

string

publicgetInteractionMode()

ProductTourStepInterface.php : 31
public getInteractionMode() : string|null

Return values

string|null

publicgetTarget()

ProductTourStepInterface.php : 27
public getTarget() : string|null

Return values

string|null

publicgetTitle()

ProductTourStepInterface.php : 19
public getTitle() : string

Return values

string

publicremoveBlock()

ProductTourStepInterface.php : 40
public removeBlock(ProductTourBlockInterface $block) : void

Parameters

Name Type Default value Description
$block ProductTourBlockInterface - -

publicsetBackgroundImage()

ProductTourStepInterface.php : 21
public setBackgroundImage(string|null $backgroundImage) : void

Parameters

Name Type Default value Description
$backgroundImage string|null - -

publicsetIdentifier()

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

Parameters

Name Type Default value Description
$identifier string - -

publicsetInteractionMode()

ProductTourStepInterface.php : 29
public setInteractionMode(string|null $interactionMode) : void

Parameters

Name Type Default value Description
$interactionMode string|null - -

publicsetTarget()

ProductTourStepInterface.php : 25
public setTarget(string|null $target) : void

Parameters

Name Type Default value Description
$target string|null - -

publicsetTitle()

ProductTourStepInterface.php : 17
public setTitle(string $title) : void

Parameters

Name Type Default value Description
$title string - -