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