interface ValueInterface

Methods

$this
setValue(mixed $value)

Sets the value

$this
unsetValue()

Unsets the value

mixed
getValue()

Returns the value

bool
hasValue()

Checks whether a value or expression is set

bool
isExpression()

Returns whether an expression is set

$this
setExpression(string $expr)

Sets an expression

string
getExpression()

Returns the expression

$this
unsetExpression()

Unsets the expression

Details

at line line 12
$this setValue(mixed $value)

Sets the value

Parameters

mixed $value

Return Value

$this

at line line 19
$this unsetValue()

Unsets the value

Return Value

$this

at line line 26
mixed getValue()

Returns the value

Return Value

mixed

at line line 33
bool hasValue()

Checks whether a value or expression is set

Return Value

bool

at line line 40
bool isExpression()

Returns whether an expression is set

Return Value

bool

at line line 48
$this setExpression(string $expr)

Sets an expression

Parameters

string $expr

Return Value

$this

at line line 55
string getExpression()

Returns the expression

Return Value

string

at line line 62
$this unsetExpression()

Unsets the expression

Return Value

$this