Method | Description | |
---|---|---|
__clone ( ) | ||
__construct ( $value ) | ||
asEvaluator ( Pinq\Expressions\IEvaluationContext $context = null ) | ||
evaluate ( Pinq\Expressions\IEvaluationContext $context = null ) | ||
getValue ( ) : mixed | ||
isValueType ( mixed $value ) : boolean | Returns whether the supplied value is a value type. | |
serialize ( ) | ||
simplify ( Pinq\Expressions\IEvaluationContext $context = null ) | ||
traverse ( |
||
unserialize ( $serialized ) | ||
update ( mixed $value ) : self |
Method | Description | |
---|---|---|
compileCode ( &$code ) |
public asEvaluator ( Pinq\Expressions\IEvaluationContext $context = null ) | ||
$context | Pinq\Expressions\IEvaluationContext |
public evaluate ( Pinq\Expressions\IEvaluationContext $context = null ) | ||
$context | Pinq\Expressions\IEvaluationContext |
public static isValueType ( mixed $value ) : boolean | ||
$value | mixed | |
return | boolean |
public simplify ( Pinq\Expressions\IEvaluationContext $context = null ) | ||
$context | Pinq\Expressions\IEvaluationContext |