BasketWarningAttribute extends Element Uses EnumResolverTrait

This is the basket warning attribute base class.

The basket voucher groups information will be stored in that class and will remain immutable (only get methods are available)

Tags
see
BasketWarningAttribute::getDiscountCodes()
see
Element

Table of Contents

$error  : Error|null
$key  : string
$type  : string
getError() Returns the current element error (if there is error).  : Error|null
getKey() Returns the attribute key value.  : string
getType() Returns the attribute type.  : string
getValue()  : mixed
getDefaultType()  : string
setError()  : void
setValue()  : void

Properties

Methods

getError()

Returns the current element error (if there is error).

public getError() : Error|null
Return values
Error|null

setError()

protected setError(mixed $error) : void
Parameters
$error : mixed
Return values
void

setValue()

protected abstract setValue(mixed $value) : void
Parameters
$value : mixed
Return values
void

Search results