You are here

private property CompositeExpression::$expressions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php \Doctrine\Common\Collections\Expr\CompositeExpression::expressions

Type: Expression[]

File

vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php, line 41

Class

CompositeExpression
Expression of Expressions combined by AND or OR operation.

Namespace

Doctrine\Common\Collections\Expr

Code

private $expressions = array();