Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
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

namespace  tool_lpimportcsv
  
 
namespace  tool_lpimportcsv\form
  
 
namespace  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

 $plugin = 2020060900
 
 $settings = null
 
 $temp
 
$plugin component = 'tool_lpimportcsv'
 
$plugin dependencies = array('tool_lp' => 2020060900)
 
$plugin version = 2020061500
 

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'
)
Links external PHP pages into the admin tree.
Definition: adminlib.php:1193
Class for creating and manipulating urls.
Definition: weblib.php:255