Exakat\Analyzer\Analyzer::hasInstruction PHP Method

hasInstruction() protected method

protected hasInstruction ( $atom = 'Function' )
    protected function hasInstruction($atom = 'Function')
    {
        $this->addMethod('where( 
__.repeat(__.in(' . $this->linksDown . ')).until(hasLabel("File")).emit().hasLabel(' . $this->SorA($atom) . ')
  .count().is(neq(0)))');
        return $this;
    }
Analyzer