Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
mod_forum\output\forum_post_email Class Reference

Forum post renderable for use in e-mail. More...

Inheritance diagram for mod_forum\output\forum_post_email:
mod_forum\output\forum_post renderable templatable

Public Member Functions

 __set ($key, $value)
 Magically sets a property against this object.
 
 export_for_template (\renderer_base $renderer, $plaintext=false)
 Export this data so it can be used as the context for a mustache template.
 
 export_for_template (renderer_base $output)
 Function to export the renderer data in a format that is suitable for a mustache template.
 
 get_author_fullname ()
 The fullname of the post author.
 
 get_author_picture (\renderer_base $renderer)
 The HTML for the author's user picture.
 
 get_authorlink ()
 Get the link to the author's profile page.
 
 get_coursefullname ()
 The full name of the course that the forum is in.
 
 get_courseidnumber ()
 ID number of the course that the forum is in.
 
 get_courselink ()
 Get the link to the course.
 
 get_coursename ()
 The name of the course that the forum is in.
 
 get_discussionlink ()
 Get the link to the current discussion.
 
 get_discussionname ()
 The name of the current discussion.
 
 get_forumindexlink ()
 Get the link to the forum index for this course.
 
 get_forumname ()
 The name of the forum.
 
 get_forumviewlink ()
 Get the link to the view page for this forum.
 
 get_group_picture (\renderer_base $renderer)
 The HTML for a group picture.
 
 get_is_firstpost ()
 Whether this is the first post.
 
 get_parentpostlink ()
 Get the link to the parent post.
 
 get_permalink ()
 Get the link to the current post, including post anchor.
 
 get_postanchor ()
 The plaintext anchor id for the current post.
 
 get_postdate ()
 The date of the post, formatted according to the postto user's preferences.
 
 get_replylink ()
 Get the link to reply to the current post.
 
 get_showdiscussionname ()
 Whether to show the discussion name.
 
 get_subject ()
 The formatted subject for the current post.
 
 get_unsubscribediscussionlink ()
 Get the link to unsubscribe from the discussion.
 
 get_unsubscribeforumlink ()
 Get the link to unsubscribe from the forum.
 

Protected Member Functions

 _get_discussionlink ()
 Get the link to the current discussion.
 
 export_for_template_html (\mod_forum_renderer $renderer)
 Export this data so it can be used as the context for a mustache template.
 
 export_for_template_shared (\mod_forum_renderer $renderer)
 Export this data so it can be used as the context for a mustache template.
 
 export_for_template_text (\mod_forum_renderer $renderer)
 Export this data so it can be used as the context for a mustache template.
 
 get_postto ()
 The recipient of the post.
 

Protected Attributes

object $author = null
 The user that wrote the post.
 
boolean $canreply = false
 Whether the user can reply to this post.
 
object $cm = null
 The course module for the forum.
 
object $course = null
 The course that the forum post is in.
 
object $discussion = null
 The discussion that the forum post is in.
 
object $forum = null
 The forum that the post is in.
 
object $post = null
 The forum post being displayed.
 
stdClass $userfrom
 user record.
 
object $userto = null
 The user that is reading the post.
 
boolean $viewfullnames = false
 Whether to override forum display when displaying usernames.
 
array $writablekeys
 An associative array indicating which keys on this object should be writeable.
 

Detailed Description

Forum post renderable for use in e-mail.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ __set()

mod_forum\output\forum_post::__set ( $key,
$value )
inherited

Magically sets a property against this object.

Parameters
string$key
mixed$value

◆ _get_discussionlink()

mod_forum\output\forum_post::_get_discussionlink ( )
protectedinherited

Get the link to the current discussion.

Return values
string

◆ export_for_template() [1/2]

mod_forum\output\forum_post::export_for_template ( \renderer_base $renderer,
$plaintext = false )
inherited

Export this data so it can be used as the context for a mustache template.

Parameters
mod_forum_renderer$rendererThe render to be used for formatting the message and attachments
bool$plaintextWhethe the target is a plaintext target
Return values
arrayData ready for use in a mustache template

◆ export_for_template() [2/2]

templatable::export_for_template ( renderer_base $output)
inherited

Function to export the renderer data in a format that is suitable for a mustache template.

This means:

  1. No complex types - only stdClass, array, int, string, float, bool
  2. Any additional info that is required for the template is pre-calculated (e.g. capability checks).
Parameters
renderer_base$outputUsed to do a final render of any components that need to be rendered for export.
Return values
stdClass|array

Implemented in action_menu, assign_attempt_history_chooser, block_lp\output\competencies_to_review_page, block_lp\output\plans_to_review_page, block_lp\output\summary, block_myoverview\output\main, block_myprofile\output\myprofile, block_recentlyaccessedcourses\output\main, block_recentlyaccesseditems\output\main, block_search_forums\output\search_form, block_starredcourses\output\main, block_timeline\output\main, booktool_print\output\print_book_chapter_page, booktool_print\output\print_book_page, component_action, context_header, core\navigation\output\more_menu, core\output\activity_header, core\output\checkbox_toggleall, core\output\choicelist, core\output\chooser, core\output\chooser_item, core\output\chooser_section, core\output\comboboxsearch, core\output\dynamic_tabs, core\output\select_menu, core_admin\output\theme_selector, core_auth\output\digital_minor_page, core_auth\output\login, core_auth\output\verify_age_location_page, core_badges\output\manage_badge_action_bar, core_badges\output\recipients_action_bar, core_badges\output\standard_action_bar, core_contentbank\output\bankcontent, core_contentbank\output\viewcontent, core_course\output\activity_completion, core_course\output\activity_dates, core_course\output\activity_information, core_course\output\completion_action_bar, core_courseformat\output\activitybadge, core_courseformat\output\local\content\cm, core_courseformat\output\local\content\section, core_group\output\group_details, core_group\output\index_page, core_h5p\output\libraries, core_privacy\output\exported_html_page, core_privacy\output\exported_navigation_page, core_question\output\qbank_action_menu, core_question\output\question_bank_filter_ui, core_question\output\question_version_info, core_question\output\question_version_selection, core_reportbuilder\output\custom_report, core_reportbuilder\output\dynamictabs\access, core_reportbuilder\output\dynamictabs\audience, core_reportbuilder\output\dynamictabs\editor, core_reportbuilder\output\dynamictabs\schedules, core_reportbuilder\output\system_report, core_tag\output\tag, core_tag\output\tagcloud, core_tag\output\tagfeed, core_tag\output\tagindex, core_tag\output\taglist, core_user\output\participants_filter, core_user\output\status_field, custom_menu_item, enrol_lti\output\registration, format_topics\output\courseformat\content, forumreport_summary\output\filters, gradereport_singleview\output\action_bar, help_icon, initials_bar, login_signup_form, mod_assign\output\grading_app, mod_assign\output\timelimit_panel, mod_bigbluebuttonbn\output\import_view, mod_bigbluebuttonbn\output\instance_updated_message, mod_bigbluebuttonbn\output\recording_row_actionbar, mod_bigbluebuttonbn\output\recording_row_playback, mod_bigbluebuttonbn\output\recording_row_preview, mod_bigbluebuttonbn\output\recordings_session, mod_bigbluebuttonbn\output\view_page, mod_data\output\presets, mod_data\output\view_footer, mod_feedback\output\base_action_bar, mod_feedback\output\summary, mod_forum\output\big_search_form, mod_forum\output\forum_actionbar, mod_forum\output\quick_search_form, mod_forum\output\subscription_actionbar, mod_glossary\output\standard_action_bar, mod_h5pactivity\output\attempt, mod_h5pactivity\output\reportattempts, mod_h5pactivity\output\reportlink, mod_h5pactivity\output\reportresults, mod_h5pactivity\output\result, mod_h5pactivity\output\result\longfillin, mod_h5pactivity\output\result\other, mod_lti\output\course_tools_page_header, mod_lti\output\external_registration_return_page, mod_lti\output\registration_upgrade_choice_page, mod_lti\output\repost_crosssite_page, mod_lti\output\tool_configure_page, mod_quiz\output\attempt_summary_information, mod_quiz\output\edit_grading_page, mod_quiz\output\edit_nav_actions, mod_quiz\output\list_of_attempts, mod_quiz\output\overrides_actions, mod_scorm\output\actionbar, mod_scorm\output\userreportsactionbar, mod_survey\output\actionbar, mod_workshop\output\actionbar, MoodleQuickForm_advcheckbox, MoodleQuickForm_autocomplete, MoodleQuickForm_button, MoodleQuickForm_checkbox, MoodleQuickForm_choicedropdown, MoodleQuickForm_date_selector, MoodleQuickForm_date_time_selector, MoodleQuickForm_editor, MoodleQuickForm_filemanager, MoodleQuickForm_filepicker, MoodleQuickForm_grading, MoodleQuickForm_group, MoodleQuickForm_passwordunmask, MoodleQuickForm_recaptcha, MoodleQuickForm_select, MoodleQuickForm_selectgroups, MoodleQuickForm_selectwithlink, MoodleQuickForm_static, MoodleQuickForm_submit, MoodleQuickForm_tags, MoodleQuickForm_textarea, MoodleQuickForm_url, MoodleQuickForm_warning, MoodleQuickForm_wikieditor, paging_bar, pix_icon, pix_icon_font, progress_bar, qbank_columnsortorder\output\add_column, qbank_columnsortorder\output\reset_columns, qbank_editquestion\output\add_new_question, qbank_viewquestiontext\output\question_text_format, qtype_ordering\output\feedback, report_competency\output\report, report_competency\output\user_course_navigation, single_select, tabobject, tabtree, tool_admin_presets\output\export_import, tool_admin_presets\output\presets_list, tool_componentlibrary\local\examples\dynamictabs\tab1, tool_componentlibrary\local\examples\dynamictabs\tab2, tool_customlang\output\translator, tool_dataprivacy\output\categories, tool_dataprivacy\output\data_deletion_page, tool_dataprivacy\output\data_registry_compliance_page, tool_dataprivacy\output\data_registry_page, tool_dataprivacy\output\data_requests_page, tool_dataprivacy\output\defaults_page, tool_dataprivacy\output\my_data_requests_page, tool_dataprivacy\output\purposes, tool_dataprivacy\output\request_filter, tool_dataprivacy\output\summary_page, tool_generator\output\parsingresult, tool_langimport\output\langimport_page, tool_lp\output\competency_plan_navigation, tool_lp\output\competency_summary, tool_lp\output\course_competencies_page, tool_lp\output\manage_competencies_page, tool_lp\output\manage_competency_frameworks_page, tool_lp\output\manage_templates_page, tool_lp\output\module_navigation, tool_lp\output\plans_page, tool_lp\output\related_competencies, tool_lp\output\template_competencies_page, tool_lp\output\user_competency_course_navigation, tool_lp\output\user_competency_summary, tool_lp\output\user_competency_summary_in_course, tool_lp\output\user_evidence_list_page, tool_policy\output\acceptances, tool_policy\output\guestconsent, tool_policy\output\page_agreedocs, tool_policy\output\page_managedocs_list, tool_policy\output\page_nopermission, tool_policy\output\page_viewalldoc, tool_policy\output\page_viewdoc, tool_templatelibrary\output\list_templates_page, and url_select.

◆ export_for_template_html()

mod_forum\output\forum_post::export_for_template_html ( \mod_forum_renderer $renderer)
protectedinherited

Export this data so it can be used as the context for a mustache template.

Parameters
mod_forum_renderer$rendererThe render to be used for formatting the message and attachments
Return values
arrayData ready for use in a mustache template

◆ export_for_template_shared()

mod_forum\output\forum_post::export_for_template_shared ( \mod_forum_renderer $renderer)
protectedinherited

Export this data so it can be used as the context for a mustache template.

Parameters
mod_forum_renderer$rendererThe render to be used for formatting the message and attachments
Return values
stdClassData ready for use in a mustache template

◆ export_for_template_text()

mod_forum\output\forum_post::export_for_template_text ( \mod_forum_renderer $renderer)
protectedinherited

Export this data so it can be used as the context for a mustache template.

Parameters
mod_forum_renderer$rendererThe render to be used for formatting the message and attachments
Return values
arrayData ready for use in a mustache template

◆ get_author_fullname()

mod_forum\output\forum_post::get_author_fullname ( )
inherited

The fullname of the post author.

Return values
string

◆ get_author_picture()

mod_forum\output\forum_post::get_author_picture ( \renderer_base $renderer)
inherited

The HTML for the author's user picture.

Parameters
renderer_base$renderer
Return values
string

◆ get_authorlink()

mod_forum\output\forum_post::get_authorlink ( )
inherited

Get the link to the author's profile page.

Return values
string

◆ get_coursefullname()

mod_forum\output\forum_post::get_coursefullname ( )
inherited

The full name of the course that the forum is in.

Return values
string

◆ get_courseidnumber()

mod_forum\output\forum_post::get_courseidnumber ( )
inherited

ID number of the course that the forum is in.

Return values
string

◆ get_courselink()

mod_forum\output\forum_post::get_courselink ( )
inherited

Get the link to the course.

Return values
string

◆ get_coursename()

mod_forum\output\forum_post::get_coursename ( )
inherited

The name of the course that the forum is in.

Return values
string

◆ get_discussionlink()

mod_forum\output\forum_post::get_discussionlink ( )
inherited

Get the link to the current discussion.

Return values
string

◆ get_discussionname()

mod_forum\output\forum_post::get_discussionname ( )
inherited

The name of the current discussion.

Return values
string

◆ get_forumindexlink()

mod_forum\output\forum_post::get_forumindexlink ( )
inherited

Get the link to the forum index for this course.

Return values
string

◆ get_forumname()

mod_forum\output\forum_post::get_forumname ( )
inherited

The name of the forum.

Return values
string

◆ get_forumviewlink()

mod_forum\output\forum_post::get_forumviewlink ( )
inherited

Get the link to the view page for this forum.

Return values
string

◆ get_group_picture()

mod_forum\output\forum_post::get_group_picture ( \renderer_base $renderer)
inherited

The HTML for a group picture.

Parameters
renderer_base$renderer
Return values
string

◆ get_is_firstpost()

mod_forum\output\forum_post::get_is_firstpost ( )
inherited

Whether this is the first post.

Return values
boolean

◆ get_parentpostlink()

mod_forum\output\forum_post::get_parentpostlink ( )
inherited

Get the link to the parent post.

Return values
string

◆ get_permalink()

mod_forum\output\forum_post::get_permalink ( )
inherited

Get the link to the current post, including post anchor.

Return values
string

◆ get_postanchor()

mod_forum\output\forum_post::get_postanchor ( )
inherited

The plaintext anchor id for the current post.

Return values
string

◆ get_postdate()

mod_forum\output\forum_post::get_postdate ( )
inherited

The date of the post, formatted according to the postto user's preferences.

Return values
string

◆ get_postto()

mod_forum\output\forum_post::get_postto ( )
protectedinherited

The recipient of the post.

Return values
string

◆ get_replylink()

mod_forum\output\forum_post::get_replylink ( )
inherited

Get the link to reply to the current post.

Return values
string

◆ get_showdiscussionname()

mod_forum\output\forum_post::get_showdiscussionname ( )
inherited

Whether to show the discussion name.

If the forum name matches the discussion name, the discussion name is not typically displayed.

Return values
boolean

◆ get_subject()

mod_forum\output\forum_post::get_subject ( )
inherited

The formatted subject for the current post.

Return values
string

◆ get_unsubscribediscussionlink()

mod_forum\output\forum_post::get_unsubscribediscussionlink ( )
inherited

Get the link to unsubscribe from the discussion.

Return values
string

◆ get_unsubscribeforumlink()

mod_forum\output\forum_post::get_unsubscribeforumlink ( )
inherited

Get the link to unsubscribe from the forum.

Return values
string

Member Data Documentation

◆ $author

object mod_forum\output\forum_post::$author = null
protectedinherited

The user that wrote the post.

$author

◆ $canreply

boolean mod_forum\output\forum_post::$canreply = false
protectedinherited

Whether the user can reply to this post.

$canreply

◆ $cm

object mod_forum\output\forum_post::$cm = null
protectedinherited

The course module for the forum.

$cm

◆ $course

object mod_forum\output\forum_post::$course = null
protectedinherited

The course that the forum post is in.

$course

◆ $discussion

object mod_forum\output\forum_post::$discussion = null
protectedinherited

The discussion that the forum post is in.

$discussion

◆ $forum

object mod_forum\output\forum_post::$forum = null
protectedinherited

The forum that the post is in.

$forum

◆ $post

object mod_forum\output\forum_post::$post = null
protectedinherited

The forum post being displayed.

$post

◆ $userto

object mod_forum\output\forum_post::$userto = null
protectedinherited

The user that is reading the post.

$userto

◆ $viewfullnames

boolean mod_forum\output\forum_post::$viewfullnames = false
protectedinherited

Whether to override forum display when displaying usernames.

$viewfullnames

◆ $writablekeys

array mod_forum\output\forum_post::$writablekeys
protectedinherited
Initial value:
= array(
'viewfullnames' => true,
)

An associative array indicating which keys on this object should be writeable.

$writablekeys


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