Pinq\Queries\Functions\FunctionEvaluationContextFactory::hasNamespace PHP Méthode

hasNamespace() public méthode

public hasNamespace ( ) : boolean
Résultat boolean
    public function hasNamespace()
    {
        return $this->namespace !== null;
    }

Usage Example

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