ValueInterface
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
at line line 19
$this
unsetValue()
Unsets the value
at line line 26
mixed
getValue()
Returns the value
at line line 33
bool
hasValue()
Checks whether a value or expression is set
at line line 40
bool
isExpression()
Returns whether an expression is set
at line line 48
$this
setExpression(string $expr)
Sets an expression
at line line 55
string
getExpression()
Returns the expression
at line line 62
$this
unsetExpression()
Unsets the expression