Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
A simple class containing info about grade plugins. More...
Public Member Functions | |
__construct ($id, $link, $string, $parent=null) | |
Constructor. | |
Public Attributes | |
mixed | $id |
A unique id for this plugin. | |
mixed | $link |
A URL to access this plugin. | |
mixed | $parent |
Another grade_plugin_info object, parent of the current one. | |
mixed | $string |
The name of this plugin. | |
A simple class containing info about grade plugins.
Can be subclassed for special rules
grade_plugin_info::__construct | ( | $id, | |
$link, | |||
$string, | |||
$parent = null ) |
Constructor.
int | $id | A unique id for this plugin |
string | $link | A URL to access this plugin |
string | $string | The name of this plugin |
object | $parent | Another grade_plugin_info object, parent of the current one |
void |