Pinq\Queries\Segments\Join::getOptions PHP 메소드

getOptions() 최종 공개 메소드

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

Usage 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