Exakat\Analyzer\Structures\FileUploadUsage::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Variable')->codeIs('$_FILES', true);
        $this->prepareQuery();
        $this->atomFunctionIs(array('\\is_uploaded_file', '\\move_uploaded_file'));
        $this->prepareQuery();
    }
FileUploadUsage