Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
workshop_feedback Class Reference

Base class for renderable feedback for author and feedback for reviewer. More...

Inheritance diagram for workshop_feedback:
workshop_feedback_author workshop_feedback_reviewer

Public Member Functions

 get_content ()
 
 get_format ()
 
 get_provider ()
 

Protected Attributes

string $content = null
 the feedback text
 
int $format = null
 format of the feedback text
 
stdClass $provider = null
 the user info
 

Detailed Description

Base class for renderable feedback for author and feedback for reviewer.

Member Function Documentation

◆ get_content()

workshop_feedback::get_content ( )
Return values
stringthe feedback text

◆ get_format()

workshop_feedback::get_format ( )
Return values
intformat of the feedback text

◆ get_provider()

workshop_feedback::get_provider ( )
Return values
stdClassthe user info

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