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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\crypt');
        $this->prepareQuery();
    }
Password55