Class Expression
Class for composing expressions
-
Alchemy\core\Element
implements
Alchemy\core\IElement
-
Alchemy\core\query\Expression
Methods summary
public static
|
#
__callStatic( mixed $name, mixed $args )
Return a new instance of an Element type. If the type is an alias, may return
an instance of a different subclass.
Return a new instance of an Element type. If the type is an alias, may return
an instance of a different subclass.
Overrides
|
public
|
|
public
|
|
public
|
|
public
array
|
#
parameters( )
Recursively get all scalar parameters used by this expression
Recursively get all scalar parameters used by this expression
Returns
array array(Scalar, Scalar, ...)
|
public
|
|
Methods inherited from Alchemy\core\Element
__clone(),
addTag(),
addTags(),
copy(),
define(),
define_alias(),
getID(),
getTag(),
getType(),
get_definition(),
listTags(),
normalize_arg()
|
Properties summary
protected
array
|
$elements
|
array() |
|