PHPLinq_Expression
category | PHPLinq |
---|---|
package | PHPLinq |
copyright | Copyright (c) 2008 - 2009 PHPLinq (http://www.codeplex.com/PHPLinq) |
__construct(string $expression, string $defaultName)
string
Expression to create
string
Default name in expression
execute(mixed $value) : mixed
mixed
Value to use as expression parameter
mixed
Expression resultgetDefaultName() : string
string
getFunctionReference() : mixed
mixed
$_defaultName : string
$_functionReference : \PHPLinq_Function