Exakat\Analyzer\Analyzer::outIs PHP Method

outIs() protected method

protected outIs ( $edgeName )
    protected function outIs($edgeName)
    {
        $this->addMethod('out(' . $this->SorA($edgeName) . ')');
        return $this;
    }
Analyzer