Exakat\Analyzer\Analyzer::hasOut PHP Method

hasOut() public method

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