Current path: home/webdevt/prestashop17/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/
?? Go up: /home/webdevt/prestashop17/vendor/doctrine/collections/lib/Doctrine/Common/Collections
<?php
namespace Doctrine\Common\Collections\Expr;
/**
* Expression for the {@link Selectable} interface.
*/
interface Expression
{
/**
* @return mixed
*/
public function visit(ExpressionVisitor $visitor);
}