Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
block_timeline

Namespaces

namespace  block_timeline\output
  
 
namespace  block_timeline\privacy
  
 

Classes

class  block_timeline
 Timeline block class. More...
 
class  block_timeline\output\main
 Class containing data for timeline block. More...
 
class  block_timeline\output\renderer
 Timeline block renderer. More...
 
class  block_timeline\privacy\provider
 Privacy Subsystem for block_timeline. More...
 

Functions

 block_timeline_user_preferences ()
 Returns the name of the user preferences as well as the details this plugin uses.
 
 xmldb_block_timeline_install ()
 Add the timeline block to the dashboard for all users by default when it is installed.
 
 xmldb_block_timeline_upgrade ($oldversion, $block)
 Upgrade the timeline block.
 

Variables

 $capabilities
 
 $plugin = 2024041600
 
const BLOCK_TIMELINE_ACTIVITIES_LIMIT_DEFAULT 5
 
const BLOCK_TIMELINE_FILTER_BY_30_DAYS 'next30days'
 
const BLOCK_TIMELINE_FILTER_BY_3_MONTHS 'next3months'
 
const BLOCK_TIMELINE_FILTER_BY_6_MONTHS 'next6months'
 
const BLOCK_TIMELINE_FILTER_BY_7_DAYS 'next7days'
 
const BLOCK_TIMELINE_FILTER_BY_NONE 'all'
 Define constants to store the FILTER user preference.
 
const BLOCK_TIMELINE_FILTER_BY_OVERDUE 'overdue'
 
const BLOCK_TIMELINE_SORT_BY_COURSES 'sortbycourses'
 
const BLOCK_TIMELINE_SORT_BY_DATES 'sortbydates'
 Define constants to store the SORT user preference.
 
$plugin component = 'block_timeline'
 
$plugin version = 2024042200
 

Detailed Description

Function Documentation

◆ block_timeline_user_preferences()

block_timeline_user_preferences ( )

Returns the name of the user preferences as well as the details this plugin uses.

@uses core_user\is_current_user

Return values
array[]

◆ xmldb_block_timeline_upgrade()

xmldb_block_timeline_upgrade ( $oldversion,
$block )

Upgrade the timeline block.

Parameters
int$oldversion
object$block

Variable Documentation

◆ $capabilities

$capabilities
Initial value:
= array(
'block/timeline:myaddinstance' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
'user' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/my:manageblocks'
)
)
const CONTEXT_SYSTEM
System context level - only one instance in every system.
Definition accesslib.php:122
const CAP_ALLOW
Allow permission, overrides CAP_PREVENT defined in parent contexts.
Definition accesslib.php:115