Exakat\Analyzer\Analyzer::run PHP Method

run() public method

public run ( )
    public function run()
    {
        $this->analyze();
        $this->prepareQuery();
        $this->execQuery();
        return $this->rowCount;
    }
Analyzer