Pinq\Queries\Segments\Join::getOptions PHP Method

getOptions() final public method

final public getOptions ( ) : Options
return Pinq\Queries\Common\Join\Options
    public final function getOptions()
    {
        return $this->options;
    }

Usage Example

Example #1
0
 public function visitJoin(Segments\Join $query)
 {
     $this->traversable = self::evaluateJoinOptions($this->traversable, $query->getOptions(), $this->resolvedParameters)->to($this->resolvedParameters[$query->getJoiningFunction()->getCallableId()]);
 }
All Usage Examples Of Pinq\Queries\Segments\Join::getOptions