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