Exakat\Analyzer\Analyzer::inIs PHP Method

inIs() public method

public inIs ( $edgeName )
    public function inIs($edgeName)
    {
        $this->addMethod('in(' . $this->SorA($edgeName) . ')');
        return $this;
    }
Analyzer