ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (protected string $email) | |
getGroups () | |
getBadges (string $a_group_id) | |
Data Fields | |
final 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 | |
int | $uid |
Private Attributes | |
readonly 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 | ( | protected string | ) |
|
protected |
Definition at line 35 of file class.ilBadgeBackpack.php.
References sendRequest().
Referenced by getBadges(), and getGroups().
ilBadgeBackpack::getBadges | ( | string | $a_group_id | ) |
Definition at line 73 of file class.ilBadgeBackpack.php.
References authenticate(), IL_CAL_UNIX, null, and sendRequest().
ilBadgeBackpack::getGroups | ( | ) |
Definition at line 52 of file class.ilBadgeBackpack.php.
References authenticate(), and sendRequest().
|
protected |
Definition at line 115 of file class.ilBadgeBackpack.php.
References null.
Referenced by authenticate(), getBadges(), and getGroups().
|
private |
Definition at line 27 of file class.ilBadgeBackpack.php.
|
protected |
Definition at line 26 of file class.ilBadgeBackpack.php.
final const ilBadgeBackpack::URL_DISPLAYER = "https://backpack.openbadges.org/displayer/" |
Definition at line 25 of file class.ilBadgeBackpack.php.