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

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

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