Pinq\Providers\Traversable\ScopeEvaluator::visitJoin PHP Méthode

visitJoin() public méthode

public visitJoin ( Join $query )
$query Pinq\Queries\Segments\Join
    public function visitJoin(Segments\Join $query)
    {
        $this->traversable = self::evaluateJoinOptions($this->traversable, $query->getOptions(), $this->resolvedParameters)->to($this->resolvedParameters[$query->getJoiningFunction()->getCallableId()]);
    }