|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| publicationselector ($courseid) | |
| registeredonhublisting ($courseid, $publications) | |
| confirmunpublishing ($publication) | |
| sendingbackupinfo ($backupfile) | |
| sentbackupinfo ($id, $huburl, $hubname) | |
| hubinfo ($hubinfo) | |
Definition at line 31 of file renderer.php.
| confirmunpublishing | ( | $ | publication | ) |
Display unpublishing confirmation page
| object | $publication | $publication->courseshortname $publication->courseid $publication->hubname $publication->huburl $publication->id |
Definition at line 145 of file renderer.php.

| hubinfo | ( | $ | hubinfo | ) |
Hub information (logo - name - description - link)
| object | $hubinfo |
Definition at line 198 of file renderer.php.

| publicationselector | ( | $ | courseid | ) |
Display the selector to advertise or publish a course
TODO Delete
Definition at line 36 of file renderer.php.

| registeredonhublisting | ( | $ | courseid, |
| $ | publications | ||
| ) |
Display the listing of hub where a course is registered on
Definition at line 61 of file renderer.php.

| sendingbackupinfo | ( | $ | backupfile | ) |
Display waiting information about backup size during uploading backup process
| object | $backupfile | the backup stored_file |
Definition at line 166 of file renderer.php.

| sentbackupinfo | ( | $ | id, |
| $ | huburl, | ||
| $ | hubname | ||
| ) |
Display upload successfull message and a button to the publish index page
| int | $id | the course id |
| string | $huburl | the hub url where the course is published |
| string | $hubname | the hub name where the course is published |
Definition at line 181 of file renderer.php.
