public function CompositeExpression::getType in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php \Doctrine\Common\Collections\Expr\CompositeExpression::getType()
Return value
string
File
- vendor/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Expr/ CompositeExpression.php, line 78
Class
- CompositeExpression
- Expression of Expressions combined by AND or OR operation.
Namespace
Doctrine\Common\Collections\ExprCode
public function getType() {
return $this->type;
}