Exakat\Analyzer\Analyzer::hasName PHP Method

hasName() public method

public hasName ( )
    public function hasName()
    {
        $this->addMethod('where(__.out("NAME").hasLabel("Void").count().is(eq(0)) )');
        return $this;
    }
Analyzer