Pinq\Queries\Functions\FunctionEvaluationContextFactory::hasScopeType PHP 메소드

hasScopeType() 공개 메소드

public hasScopeType ( ) : boolean
리턴 boolean
    public function hasScopeType()
    {
        return $this->scopeType !== null;
    }

Usage Example

예제 #1
0
 public function hasScopeType()
 {
     return $this->evaluationContextFactory->hasScopeType();
 }