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

hasNamespace() public method

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

Usage Example

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