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

hasScopeType() public method

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

Usage Example

コード例 #1
0
ファイル: FunctionBase.php プロジェクト: timetoogo/pinq
 public function hasScopeType()
 {
     return $this->evaluationContextFactory->hasScopeType();
 }