Copied!

DiscountStepDataInterface

DiscountStepDataInterface.php : 13
Interface

Methods

publicgetIdentifier()

DiscountStepDataInterface.php : 18
public getIdentifier() : string

Return values

string

publicgetPriority()

DiscountStepDataInterface.php : 20
public getPriority() : int

Return values

int

publicgetStepData()

DiscountStepDataInterface.php : 44
public getStepData() : object

Return values

object

Tags
Assert\valid

()

publicgetStepLabel()

DiscountStepDataInterface.php : 51
public getStepLabel() : string

Return values

string

publicgetValidationGroups()

DiscountStepDataInterface.php : 49
public getValidationGroups() : array<string|int, mixed>

Return values

array<string|int, mixed>

publicisActive()

DiscountStepDataInterface.php : 27
public isActive() : bool

Return values

bool

publicisSubmitted()

DiscountStepDataInterface.php : 34
public isSubmitted() : bool

Return values

bool

publicsetActive()

DiscountStepDataInterface.php : 32
public setActive(bool $active) : $this

Parameters

Name Type Default value Description
$active bool - -

Return values

$this

publicsetPriority()

DiscountStepDataInterface.php : 25
public setPriority(int $priority) : $this

Parameters

Name Type Default value Description
$priority int - -

Return values

$this

publicsetSubmitted()

DiscountStepDataInterface.php : 39
public setSubmitted(bool $submitted) : $this

Parameters

Name Type Default value Description
$submitted bool - -

Return values

$this