interface Expression in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php \Doctrine\Common\Collections\Expr\Expression
Expression for the {@link Selectable} interface.
@author Benjamin Eberlei <kontakt@beberlei.de>
Hierarchy
- interface \Doctrine\Common\Collections\Expr\Expression
Expanded class hierarchy of Expression
All classes that implement Expression
1 file declares its use of Expression
- Criteria.php in vendor/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Criteria.php
File
- vendor/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Expr/ Expression.php, line 27
Namespace
Doctrine\Common\Collections\ExprView source
interface Expression {
/**
* @param ExpressionVisitor $visitor
*
* @return mixed
*/
public function visit(ExpressionVisitor $visitor);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Expression:: |
public | function | 3 |