Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
search_simpledb

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 = 2024041600
 
$plugin component = 'search_simpledb'
 
$plugin version = 2024042200
 

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.