Pinq\Queries\Functions\FunctionEvaluationContextFactory::hasScopeType PHP Method

hasScopeType() public method

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

Usage Example

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