UVar
class UVar extends Expression
Represents a user variable expression component.
Learn more: User variables
Methods
__construct(string|Variable $userVariableName)
UVar constructor.
uVar(string $userVariableName)
Named UVar constructor.
Details
__construct(string|Variable $userVariableName)
UVar constructor.
static UVar
uVar(string $userVariableName)
Named UVar constructor.