ValueBuilderTrait
trait ValueBuilderTrait
Trait ValueBuilderTrait
Methods
int(int $value)
Sets the integer value.
float(float $value)
Sets the float value.
numeric(int|float|mixed $value)
Sets the numeric value.
string(string $value)
Sets the string value.
stringArray(array $value)
Sets the value.
assetReference(string $publicId)
Sets the asset reference value.
Details
Expression
int(int $value)
Sets the integer value.
Expression
float(float $value)
Sets the float value.
Expression
numeric(int|float|mixed $value)
Sets the numeric value.
Expression
string(string $value)
Sets the string value.
Expression
stringArray(array $value)
Sets the value.
Expression
assetReference(string $publicId)
Sets the asset reference value.