| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 (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().
 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 73 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 52 of file class.ilBadgeBackpack.php.
References authenticate(), and sendRequest().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 115 of file class.ilBadgeBackpack.php.
Referenced by authenticate(), getBadges(), and getGroups().
 Here is the caller graph for this function:
      
  | 
  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.