Exakat\Analyzer\Type\Ports::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $ports = $this->loadIni('ports.ini', 'port');
        $this->atomIs('Integer')->codeIs(array_keys($ports));
        $this->prepareQuery();
    }
Ports