ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilBuddySystemGUI. More...
Public Member Functions | |
executeCommand () | |
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) | |
Class ilBuddySystemGUI.
Definition at line 12 of file class.ilBuddySystemGUI.php.
ilBuddySystemGUI::executeCommand | ( | ) |
RuntimeException |
Definition at line 109 of file class.ilBuddySystemGUI.php.
References $cmd.
|
private |
Definition at line 164 of file class.ilBuddySystemGUI.php.
References transitionCommand().
|
protected |
string | $key | |
int | $type |
Definition at line 133 of file class.ilBuddySystemGUI.php.
References $_GET, $_POST, BS_REQUEST_HTTP_GET, and BS_REQUEST_HTTP_POST.
Referenced by transitionCommand().
|
private |
Definition at line 172 of file class.ilBuddySystemGUI.php.
References transitionCommand().
|
private |
Definition at line 151 of file class.ilBuddySystemGUI.php.
References ilObjUser\_lookupPref(), ilBuddySystemRelation\getBuddyUserId(), ilBuddySystemRelation\isUnlinked(), transitionCommand(), and ilUtil\yn2tf().
|
private |
string | $cmd | |
string | $positive_feedback_lng_id | |
callable | null | $onBeforeExecute |
Definition at line 182 of file class.ilBuddySystemGUI.php.
References $_GET, ilObjUser\_lookupLogin(), isRequestParameterGiven(), ilUtil\sendInfo(), and ilUtil\sendSuccess().
Referenced by ignoreCommand(), linkCommand(), and requestCommand().
|
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().