Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
core_calendar_renderer Class Reference

The primary renderer for the calendar. More...

Inheritance diagram for core_calendar_renderer:

Public Member Functions

 add_event_button ($courseid, $unused1=null, $unused2=null, $unused3=null, $unused4=null)
 Creates a button to add a new event.
 
 add_pretend_calendar_block (block_contents $bc, $pos=BLOCK_POS_RIGHT)
 Adds a pretent calendar block.
 
 complete_layout ()
 Creates the remainder of the layout.
 
 course_filter_selector (moodle_url $returnurl, $label=null, $courseid=null, ?int $calendarinstanceid=null)
 Displays a course filter selector.
 
replacement event ()
 
 event_filter ()
 Render the event filter region.
 
 render_import_result (array $result)
 Render the calendar import result.
 
 render_no_calendar_subscriptions ()
 Render the subscriptions blank state appearance.
 
 render_subscriptions_header ()
 Render the subscriptions header.
 
 start_layout ()
 Starts the standard layout for the page.
 
 subscription_details ($unused, $subscriptions, $unused2='')
 Renders a table containing information about calendar subscriptions.
 

Public Attributes

replacement : 'event no longer used'
 
replacement mdl: '<a class="el" href="https: final: true
 
replacement since: '3.9'
 

Protected Member Functions

 render_subscription_update_interval (stdClass $subscription)
 Render subscription update interval form.
 
 subscription_action_links ()
 Creates a form to perform actions on a given subscription.
 

Detailed Description

The primary renderer for the calendar.

Member Function Documentation

◆ add_event_button()

core_calendar_renderer::add_event_button ( $courseid,
$unused1 = null,
$unused2 = null,
$unused3 = null,
$unused4 = null )

Creates a button to add a new event.

Parameters
int$courseid
int$unused1
int$unused2
int$unused3
int$unused4
Return values
string

◆ add_pretend_calendar_block()

core_calendar_renderer::add_pretend_calendar_block ( block_contents $bc,
$pos = BLOCK_POS_RIGHT )

Adds a pretent calendar block.

Parameters
block_contents$bc
mixed$posBLOCK_POS_RIGHT | BLOCK_POS_LEFT

◆ complete_layout()

core_calendar_renderer::complete_layout ( )

Creates the remainder of the layout.

Return values
string

◆ course_filter_selector()

core_calendar_renderer::course_filter_selector ( moodle_url $returnurl,
$label = null,
$courseid = null,
?int $calendarinstanceid = null )

Displays a course filter selector.

Parameters
moodle_url$returnurlThe URL that the user should be taken too upon selecting a course.
string$labelThe label to use for the course select.
int$courseidThe id of the course to be selected.
int | null$calendarinstanceidThe instance ID of the calendar we're generating this course filter for.
Return values
string

◆ event_filter()

core_calendar_renderer::event_filter ( )

Render the event filter region.

Return values
string

◆ render_import_result()

core_calendar_renderer::render_import_result ( array $result)

Render the calendar import result.

Parameters
array$resultImport result
Return values
string|null

◆ render_no_calendar_subscriptions()

core_calendar_renderer::render_no_calendar_subscriptions ( )

Render the subscriptions blank state appearance.

Return values
string

◆ render_subscription_update_interval()

core_calendar_renderer::render_subscription_update_interval ( stdClass $subscription)
protected

Render subscription update interval form.

Parameters
stdClass$subscription
Return values
string

◆ render_subscriptions_header()

core_calendar_renderer::render_subscriptions_header ( )

Render the subscriptions header.

Return values
string

◆ start_layout()

core_calendar_renderer::start_layout ( )

Starts the standard layout for the page.

Return values
string

◆ subscription_action_links()

core_calendar_renderer::subscription_action_links ( )
protected

Creates a form to perform actions on a given subscription.

Return values
string

◆ subscription_details()

core_calendar_renderer::subscription_details ( $unused,
$subscriptions,
$unused2 = '' )

Renders a table containing information about calendar subscriptions.

Parameters
int$unused
array$subscriptions
string$unused2
Return values
string

Member Data Documentation

◆ __pad0__

replacement core_calendar_renderer::__pad0__

The documentation for this class was generated from the following file: