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();
 }