Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Files | Namespaces | Classes | Variables
tool_lpimportcsv

Files

file  export.php
 This file contains the form export a competency framework.
 
file  framework_exporter.php
 This file contains the csv exporter for a competency framework.
 
file  framework_importer.php
 This file contains the class to import a competency framework.
 
file  import.php
 This file contains the form for importing a framework from a file.
 
file  import_confirm.php
 This file contains the form to confirm the import options for a framework.
 
file  provider.php
 Privacy Subsystem implementation for tool_lpimportcsv.
 
file  settings.php
 Links and settings.
 
file  version.php
 Plugin version info.
 

Namespaces

 tool_lpimportcsv
  
 
 tool_lpimportcsv\form
  
 
 tool_lpimportcsv\privacy
  
 

Classes

class  tool_lpimportcsv\form\export
 Export Competency framework form. More...
 
class  tool_lpimportcsv\form\import
 Import Competency framework form. More...
 
class  tool_lpimportcsv\form\import_confirm
 Import Competency framework form. More...
 
class  tool_lpimportcsv\framework_exporter
 Export Competency framework. More...
 
class  tool_lpimportcsv\framework_importer
 This file contains the class to import a competency framework. More...
 
class  tool_lpimportcsv\privacy\provider
 Privacy Subsystem for tool_lpimportcsv implementing null_provider. More...
 

Variables

 $settings = null
 
 $temp
 
$plugin component = 'tool_lpimportcsv'
 
$plugin dependencies = array('tool_lp' => 2019111200)
 
$plugin requires = 2019111200
 
$plugin version = 2019111800
 

Detailed Description

Variable Documentation

◆ $temp

$temp
Initial value:
'toollpimportcsv',
get_string('pluginname', 'tool_lpimportcsv'),
new moodle_url('/admin/tool/lpimportcsv/index.php'),
'moodle/competency:competencymanage'
)
moodle_url
Class for creating and manipulating urls.
Definition: weblib.php:255
admin_externalpage
Links external PHP pages into the admin tree.
Definition: adminlib.php:1192