Exakat\Analyzer\Analyzer::hasIn PHP Метод

hasIn() публичный Метод

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