Exakat\Analyzer\Analyzer::hasIn PHP Method

hasIn() public method

public hasIn ( $edgeName )
    public function hasIn($edgeName)
    {
        $this->addMethod('where( __.in(' . $this->SorA($edgeName) . ').count().is(neq(0)) )');
        return $this;
    }
Analyzer