Exakat\Analyzer\Constants\PhpConstantUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $ini = $this->loadIni('php_constants.ini', 'constants');
        $this->analyzerIs('Constants/ConstantUsage')->codeIs($ini, true);
        $this->prepareQuery();
    }
PhpConstantUsage