Skip to content

ConstantVariableBuilder🔗

Constructor🔗

new ConstantVariableBuilder(string $name)

Methods🔗

build🔗

Builds the object.

build()

allFormat🔗

Format to use while fetching all values from data source, eg: wildcard, glob, regex, pipe, etc.

allFormat(string $allFormat)

description🔗

Description of variable. It can be defined but null.

description(string $description)

id🔗

Unique numeric identifier for the variable.

id(string $id)

label🔗

Optional display name

label(string $label)

name🔗

Name of variable

name(string $name)

value🔗

Query used to fetch values for a variable

@param string|array $query

value($query)

See also🔗