Strings for component 'tool_health', language 'en', branch 'MOODLE_22_STABLE'
Copyright: | 1999 onwards Martin Dougiamas (http://dougiamas.com) |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 796 lines (33 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
problem_base:: (5 methods):
exists()
title()
severity()
description()
solution()
problem_000002:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000003:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000004:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000005:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000007:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000008:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000009:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000010:: (7 methods):
title()
exists()
severity()
description()
solution()
is_enabled()
status()
problem_000012:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000013:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000014:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000015:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000016:: (5 methods):
title()
exists()
severity()
description()
solution()
problem_000017:: (6 methods):
title()
find_problems()
exists()
severity()
description()
solution()
problem_000018:: (6 methods):
title()
find_problems()
exists()
severity()
description()
solution()
problem_00000x:: (5 methods):
title()
exists()
severity()
description()
solution()
Class: problem_base - X-Ref
Class: problem_000002 - X-Ref
Class: problem_000003 - X-Ref
Class: problem_000004 - X-Ref
Class: problem_000005 - X-Ref
Class: problem_000007 - X-Ref
Class: problem_000008 - X-Ref
Class: problem_000009 - X-Ref
Class: problem_000010 - X-Ref
Class: problem_000012 - X-Ref
Class: problem_000013 - X-Ref
Class: problem_000014 - X-Ref
Class: problem_000015 - X-Ref
Class: problem_000016 - X-Ref
Class: problem_000017 - X-Ref
title() X-Ref |
No description |
find_problems() X-Ref |
No description |
exists() X-Ref |
No description |
severity() X-Ref |
No description |
description() X-Ref |
No description |
solution() X-Ref |
Outputs resolutions to problems outlined in MDL-34684 with items having themselves as parent return: string Formatted html to be output to the browser with instructions and sql statements to run |
Class: problem_000018 - X-Ref
Check course categories tree structure for problems.title() X-Ref |
Generate title for this problem. return: string Title of problem. |
find_problems() X-Ref |
Search for problems in the course categories. return: array List of categories that contain missing parents or loops. |
exists() X-Ref |
Check if the problem exists. return: boolean True if either missing parents or loops found |
severity() X-Ref |
Set problem severity. return: constant Problem severity. |
description() X-Ref |
Generate problem description. return: string HTML containing details of the problem. |
solution() X-Ref |
Generate solution text. return: string HTML containing the suggested solution. |
Class: problem_00000x - X-Ref