Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Files | Namespaces | Classes | Functions | Variables
search_simpledb

Files

file  engine.php
 Simple moodle database engine.
 
file  install.php
 Post installation and migration code.
 
file  provider.php
 Privacy class for requesting user data.
 
file  uninstall.php
 Uninstall code.
 
file  upgrade.php
 Calculated question type upgrade code.
 
file  version.php
 Version info.
 

Namespaces

namespace  search_simpledb
  
 
namespace  search_simpledb\privacy
  
 

Classes

class  search_simpledb\engine
 Simple moodle database engine. More...
 
class  search_simpledb\privacy\provider
 Provider for the search_simpledb plugin. More...
 

Functions

 xmldb_search_simpledb_install ()
 Post installation code.
 
 xmldb_search_simpledb_uninstall ()
 Plugin uninstall code.
 
 xmldb_search_simpledb_upgrade ($oldversion=0)
 Upgrade code for the simpledb search engine.
 

Variables

 $plugin = 2022111800
 
$plugin component = 'search_simpledb'
 
$plugin version = 2022112800
 

Detailed Description

Function Documentation

◆ xmldb_search_simpledb_install()

xmldb_search_simpledb_install ( )

Post installation code.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

◆ xmldb_search_simpledb_uninstall()

xmldb_search_simpledb_uninstall ( )

Plugin uninstall code.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

◆ xmldb_search_simpledb_upgrade()

xmldb_search_simpledb_upgrade (   $oldversion = 0)

Upgrade code for the simpledb search engine.

Parameters
int$oldversionthe version we are upgrading from.