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

Files

file  backup_logstore_standard_subplugin.class.php
 Backup implementation for the (tool_log) logstore_standard subplugin.
 
file  cleanup_task.php
 Standard log reader/writer.
 
file  provider.php
 Data provider.
 
file  restore_logstore_standard_subplugin.class.php
 Restore implementation for the (tool_log) logstore_standard subplugin.
 
file  settings.php
 Standard log store settings.
 
file  store.php
 Standard log reader/writer.
 
file  tasks.php
 Standard log reader/writer cron task.
 
file  upgrade.php
 Standard log store upgrade.
 
file  version.php
 Standard log store.
 

Namespaces

 logstore_standard\log
  
 
 logstore_standard\privacy
  
 
 logstore_standard\task
  
 

Classes

class  backup_logstore_standard_subplugin
 
class  logstore_standard\log\store
 
class  logstore_standard\privacy\provider
 Data provider class. More...
 
class  logstore_standard\task\cleanup_task
 
class  restore_logstore_standard_subplugin
 

Functions

 xmldb_logstore_standard_upgrade ($oldversion)
 

Variables

 $tasks
 
$plugin component = 'logstore_standard'
 
$plugin requires = 2019111200
 
$plugin version = 2019111800
 

Detailed Description

Variable Documentation

◆ $tasks

$tasks
Initial value:
= array(
array(
'classname' => '\logstore_standard\task\cleanup_task',
'blocking' => 0,
'minute' => 'R',
'hour' => '4',
'day' => '*',
'dayofweek' => '*',
'month' => '*'
),
)