/
home
/
obinna
/
html
/
boaz2
/
vendor
/
doctrine
/
collections
/
lib
/
Doctrine
/
Common
/
Collections
/
Expr
/
Upload File
HOME
<?php namespace Doctrine\Common\Collections\Expr; /** * Expression for the {@link Selectable} interface. */ interface Expression { /** @return mixed */ public function visit(ExpressionVisitor $visitor); }