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

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

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