|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilPaymentTrusteeGUI:
Collaboration diagram for ilPaymentTrusteeGUI:Public Member Functions | |
| __construct ($user_obj) | |
| executeCommand () | |
| cancelDelete () | |
| showTrustees ($a_show_delete=false) | |
| deleteTrustee () | |
| performDeleteTrustee () | |
| update () | |
| performSearch () | |
| addTrustee () | |
| addUser () | |
| __search ($a_search_string) | |
| __showSearchUserTable ($a_result_set) | |
| __showTrusteesTable ($a_result_set) | |
Public Member Functions inherited from ilShopBaseGUI | |
| __construct () | |
Data Fields | |
| $trustee_obj = null | |
| $user_obj | |
| $ctrl | |
Protected Member Functions | |
| prepareOutput () | |
Protected Member Functions inherited from ilShopBaseGUI | |
| prepareOutput () | |
| addPager ($result) | |
Additional Inherited Members | |
Protected Attributes inherited from ilShopBaseGUI | |
| $ctrl = null | |
| $lng = null | |
| $tpl = null | |
| $settings = null | |
Definition at line 17 of file class.ilPaymentTrusteeGUI.php.
| ilPaymentTrusteeGUI::__construct | ( | $user_obj | ) |
Definition at line 23 of file class.ilPaymentTrusteeGUI.php.
References $user_obj.
| ilPaymentTrusteeGUI::__search | ( | $a_search_string | ) |
Definition at line 352 of file class.ilPaymentTrusteeGUI.php.
References ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::__showSearchUserTable | ( | $a_result_set | ) |
Definition at line 376 of file class.ilPaymentTrusteeGUI.php.
References $tbl.
Referenced by performSearch().
Here is the caller graph for this function:| ilPaymentTrusteeGUI::__showTrusteesTable | ( | $a_result_set | ) |
Definition at line 400 of file class.ilPaymentTrusteeGUI.php.
References $tbl.
Referenced by showTrustees().
Here is the caller graph for this function:| ilPaymentTrusteeGUI::addTrustee | ( | ) |
Definition at line 257 of file class.ilPaymentTrusteeGUI.php.
References $_POST, performSearch(), ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::addUser | ( | ) |
Definition at line 306 of file class.ilPaymentTrusteeGUI.php.
References $_POST, ilObjUser\getUserIdByLogin(), ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::cancelDelete | ( | ) |
Definition at line 60 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::deleteTrustee | ( | ) |
Definition at line 171 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::executeCommand | ( | ) |
Definition at line 44 of file class.ilPaymentTrusteeGUI.php.
References $cmd, and prepareOutput().
Here is the call graph for this function:| ilPaymentTrusteeGUI::performDeleteTrustee | ( | ) |
Definition at line 186 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::performSearch | ( | ) |
Definition at line 219 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $result, __search(), __showSearchUserTable(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), showTrustees(), and ilUtil\stripSlashes().
Referenced by addTrustee().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 34 of file class.ilPaymentTrusteeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPaymentTrusteeGUI::showTrustees | ( | $a_show_delete = false | ) |
Definition at line 69 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, __showTrusteesTable(), ilUtil\formCheckbox(), ilUtil\formSelect(), ilObjectFactory\getInstanceByObjId(), ilMailFormCall\getLinkTarget(), and ilUtil\sendInfo().
Referenced by addTrustee(), addUser(), cancelDelete(), deleteTrustee(), performDeleteTrustee(), performSearch(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::update | ( | ) |
Definition at line 203 of file class.ilPaymentTrusteeGUI.php.
References $_POST, ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::$ctrl |
Definition at line 21 of file class.ilPaymentTrusteeGUI.php.
| ilPaymentTrusteeGUI::$trustee_obj = null |
Definition at line 19 of file class.ilPaymentTrusteeGUI.php.
| ilPaymentTrusteeGUI::$user_obj |
Definition at line 20 of file class.ilPaymentTrusteeGUI.php.
Referenced by __construct().