Exakat\Analyzer\Php\SetHandlers::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->functions = $this->loadIni('php_handlers.ini', 'functions');
        parent::analyze();
    }
SetHandlers