Copied!

DiscountStepData

DiscountStepData.php : 14
Final

Methods

public__construct()

DiscountStepData.php : 34
public __construct(string $identifier, object $step, string $label[, int $priority = 0 ][, bool $active = false ])

Parameters

Name Type Default value Description
$identifier string - -
$step object - -
$label string - -
$priority int 0 -
$active bool false -

publicgetIdentifier()

DiscountStepData.php : 48
public getIdentifier() : string

Return values

string

publicgetPriority()

DiscountStepData.php : 53
public getPriority() : int

Return values

int

publicgetStepData()

DiscountStepData.php : 92
public getStepData() : object

Return values

object

publicgetStepLabel()

DiscountStepData.php : 104
public getStepLabel() : string

Return values

string

publicgetValidationGroups()

DiscountStepData.php : 97
public getValidationGroups() : array<string|int, mixed>

Return values

array<string|int, mixed>

publicisActive()

DiscountStepData.php : 65
public isActive() : bool

Return values

bool

publicisSubmitted()

DiscountStepData.php : 77
public isSubmitted() : bool

Return values

bool

publicsetActive()

DiscountStepData.php : 70
public setActive(bool $active) : $this

Parameters

Name Type Default value Description
$active bool - -

Return values

$this

publicsetPriority()

DiscountStepData.php : 58
public setPriority(int $priority) : $this

Parameters

Name Type Default value Description
$priority int - -

Return values

$this

publicsetSubmitted()

DiscountStepData.php : 82
public setSubmitted(bool $submitted) : $this

Parameters

Name Type Default value Description
$submitted bool - -

Return values

$this