?? GreyFile — Mystic File Browser

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

?? Viewing: Expression.php

<?php

namespace Doctrine\Common\Collections\Expr;

/**
 * Expression for the {@link Selectable} interface.
 */
interface Expression
{
    /**
     * @return mixed
     */
    public function visit(ExpressionVisitor $visitor);
}


??

??