|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilBadgeBackpack:Public Member Functions | |
| __construct (string $a_email) | |
| getGroups () | |
| getBadges (string $a_group_id) | |
Data Fields | |
| const | URL_DISPLAYER = "https://backpack.openbadges.org/displayer/" |
Protected Member Functions | |
| authenticate () | |
| sendRequest (string $a_url, array $a_param=array(), bool $a_is_post=false) | |
Protected Attributes | |
| string | |
| int | $uid |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBadgeBackpack
Definition at line 23 of file class.ilBadgeBackpack.php.
| ilBadgeBackpack::__construct | ( | string | $a_email | ) |
Definition at line 31 of file class.ilBadgeBackpack.php.
References $DIC.
|
protected |
Definition at line 38 of file class.ilBadgeBackpack.php.
References sendRequest().
Referenced by getBadges(), and getGroups().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBadgeBackpack::getBadges | ( | string | $a_group_id | ) |
Definition at line 76 of file class.ilBadgeBackpack.php.
References authenticate(), IL_CAL_UNIX, and sendRequest().
Here is the call graph for this function:| ilBadgeBackpack::getGroups | ( | ) |
Definition at line 55 of file class.ilBadgeBackpack.php.
References authenticate(), and sendRequest().
Here is the call graph for this function:
|
protected |
Definition at line 117 of file class.ilBadgeBackpack.php.
Referenced by authenticate(), getBadges(), and getGroups().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilBadgeBackpack.php.
|
private |
Definition at line 29 of file class.ilBadgeBackpack.php.
|
protected |
Definition at line 28 of file class.ilBadgeBackpack.php.
| const ilBadgeBackpack::URL_DISPLAYER = "https://backpack.openbadges.org/displayer/" |
Definition at line 25 of file class.ilBadgeBackpack.php.