Exakat\Analyzer\Wordpress\UseWpFunctions::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $functions = array('\\mail', '\\die', '\\exit', '\\header', '\\rand', '\\mt_rand');
        $this->atomFunctionIs($functions)->back('first');
        $this->prepareQuery();
    }
UseWpFunctions