Exakat\Analyzer\Type\Ports::analyze PHP Метод

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

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