ValueItem
Table of Contents
Methods
-
__construct()
: mixed
-
getBackgroundColor()
: string
-
getTextColor()
: string
-
getTextValue()
: string
-
getValue()
: string
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(string $value, string $textValue, string $textColor, string $backgroundColor) : mixed
Parameters
-
$value
: string
-
-
$textValue
: string
-
-
$textColor
: string
-
-
$backgroundColor
: string
-
getBackgroundColor()
public
getBackgroundColor() : string
getTextColor()
public
getTextColor() : string
getTextValue()
public
getTextValue() : string
getValue()
public
getValue() : string
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>