|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBuddySystemGUI. More...
Collaboration diagram for ilBuddySystemGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
Static Public Member Functions | |
| static | initializeFrontend () |
Data Fields | |
| const | BS_REQUEST_HTTP_GET = 1 |
| const | BS_REQUEST_HTTP_POST = 2 |
Protected Member Functions | |
| isRequestParameterGiven ($key, $type) | |
Protected Attributes | |
| $ctrl | |
| $buddylist | |
| $statefactory | |
| $user | |
| $lng | |
Static Protected Attributes | |
| static | $frontend_initialized = false |
Private Member Functions | |
| requestCommand () | |
| ignoreCommand () | |
| linkCommand () | |
| transitionCommand ($cmd, $positive_feedback_lng_id, callable $onBeforeExecute=null) | |
| transitionAsyncCommand () | |
| Performs a state transition based on the request action. More... | |
Class ilBuddySystemGUI.
Definition at line 12 of file class.ilBuddySystemGUI.php.
| ilBuddySystemGUI::__construct | ( | ) |
Definition at line 50 of file class.ilBuddySystemGUI.php.
References $DIC, ilBuddySystemRelationStateFactory\getInstance(), ilBuddyList\getInstanceByGlobalUser(), and user().
Here is the call graph for this function:| ilBuddySystemGUI::executeCommand | ( | ) |
| RuntimeException |
Definition at line 99 of file class.ilBuddySystemGUI.php.
Here is the call graph for this function:
|
private |
Definition at line 154 of file class.ilBuddySystemGUI.php.
References transitionCommand().
Here is the call graph for this function:
|
static |
Definition at line 69 of file class.ilBuddySystemGUI.php.
References $config, $DIC, and ilJsonUtil\encode().
Referenced by ilBuddySystemLinkButton\getHtml(), and ilMainMenuGUI\populateWithBuddySystem().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| string | $key | |
| int | $type |
Definition at line 123 of file class.ilBuddySystemGUI.php.
References $_GET, $_POST, BS_REQUEST_HTTP_GET, and BS_REQUEST_HTTP_POST.
Referenced by transitionCommand().
Here is the caller graph for this function:
|
private |
Definition at line 162 of file class.ilBuddySystemGUI.php.
References transitionCommand().
Here is the call graph for this function:
|
private |
Definition at line 141 of file class.ilBuddySystemGUI.php.
References ilObjUser\_lookupPref(), ilBuddySystemRelation\getBuddyUserId(), ilBuddySystemRelation\isUnlinked(), transitionCommand(), and ilUtil\yn2tf().
Here is the call graph for this function:
|
private |
Performs a state transition based on the request action.
Definition at line 213 of file class.ilBuddySystemGUI.php.
References $_POST, ilObjUser\_isAnonymous(), ilObjUser\_lookupLogin(), ilObjUser\_lookupPref(), sprintf, ilUtil\stripSlashes(), and ilUtil\yn2tf().
Here is the call graph for this function:
|
private |
| string | $cmd | |
| string | $positive_feedback_lng_id | |
| callable | null | $onBeforeExecute |
Definition at line 172 of file class.ilBuddySystemGUI.php.
References $_GET, ilObjUser\_lookupLogin(), ilBuddyList\getInstanceByGlobalUser(), isRequestParameterGiven(), ilUtil\sendInfo(), ilUtil\sendSuccess(), and sprintf.
Referenced by ignoreCommand(), linkCommand(), and requestCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilBuddySystemGUI.php.
|
protected |
Definition at line 25 of file class.ilBuddySystemGUI.php.
|
staticprotected |
Definition at line 20 of file class.ilBuddySystemGUI.php.
|
protected |
Definition at line 45 of file class.ilBuddySystemGUI.php.
|
protected |
Definition at line 35 of file class.ilBuddySystemGUI.php.
|
protected |
Definition at line 40 of file class.ilBuddySystemGUI.php.
| const ilBuddySystemGUI::BS_REQUEST_HTTP_GET = 1 |
Definition at line 14 of file class.ilBuddySystemGUI.php.
Referenced by isRequestParameterGiven().
| const ilBuddySystemGUI::BS_REQUEST_HTTP_POST = 2 |
Definition at line 15 of file class.ilBuddySystemGUI.php.
Referenced by isRequestParameterGiven().