This Class contains helper functions for user feedback functionality.
More...
|
static | can_give_feedback () |
| Whether the current can give feedback.
|
|
static | make_link () |
| Prepare and return the URL of the feedback site.
|
|
static | print_reminder_block () |
| Displays the feedback reminder block.
|
|
static | should_display_reminder () |
| Indicates whether the feedback reminder block should be shown or not.
|
|
|
int const | REMIND_AFTER_UPGRADE = 1 |
| Ask user to give feedback a few days after each major upgrade.
|
|
int const | REMIND_NEVER = 3 |
| Do not ask user to give feedback.
|
|
int const | REMIND_PERIODICALLY = 2 |
| Ask user to give feedback periodically.
|
|
This Class contains helper functions for user feedback functionality.
- Copyright
- 2020 Shamim Rezaie shami.nosp@m.m@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ can_give_feedback()
static core_userfeedback::can_give_feedback |
( |
| ) |
|
|
static |
Whether the current can give feedback.
- Return values
-
◆ make_link()
static core_userfeedback::make_link |
( |
| ) |
|
|
static |
Prepare and return the URL of the feedback site.
- Return values
-
◆ should_display_reminder()
static core_userfeedback::should_display_reminder |
( |
| ) |
|
|
static |
Indicates whether the feedback reminder block should be shown or not.
- Return values
-
The documentation for this class was generated from the following file: