|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for ilPaymentBillAdminGUI:
Collaboration diagram for ilPaymentBillAdminGUI:Public Member Functions | |
| ilPaymentBillAdminGUI (&$user_obj, $a_pobject_id) | |
| & | executeCommand () |
| execute command | |
| showBillData () | |
| update () | |
| __showButtons () | |
| __initBillVendorData () | |
Public Member Functions inherited from ilPaymentBaseGUI | |
| ilPaymentBaseGUI () | |
| setSection ($a_section) | |
| getSection () | |
| setMainSection ($a_main_section) | |
| getMainSection () | |
| buildHeader () | |
| setTableGUIBasicData (&$tbl, &$result_set, $a_default_order_column= '') | |
| __buildStatusline () | |
| __buildLocator () | |
| __buildStylesheet () | |
| __buildButtons () | |
Data Fields | |
| $ctrl | |
| $lng | |
| $user_obj = null | |
| $pobject = null | |
| $pobject_id = null | |
Data Fields inherited from ilPaymentBaseGUI | |
| $ilias | |
| $lng | |
| $db | |
| $tpl | |
| $rbacsystem | |
| $tabs_gui | |
| $user_obj | |
| $section | |
| $main_section | |
Definition at line 33 of file class.ilPaymentBillAdminGUI.php.
| ilPaymentBillAdminGUI::__initBillVendorData | ( | ) |
Definition at line 262 of file class.ilPaymentBillAdminGUI.php.
References ilObjectFactory\getInstanceByObjId(), and ilUtil\sendInfo().
Referenced by showBillData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentBillAdminGUI::__showButtons | ( | ) |
Definition at line 241 of file class.ilPaymentBillAdminGUI.php.
Referenced by showBillData().
Here is the caller graph for this function:| & ilPaymentBillAdminGUI::executeCommand | ( | ) |
| ilPaymentBillAdminGUI::ilPaymentBillAdminGUI | ( | & | $user_obj, |
| $a_pobject_id | |||
| ) |
Definition at line 42 of file class.ilPaymentBillAdminGUI.php.
References $ilCtrl, $user_obj, and ilPaymentBaseGUI\ilPaymentBaseGUI().
Here is the call graph for this function:| ilPaymentBillAdminGUI::showBillData | ( | ) |
Definition at line 76 of file class.ilPaymentBillAdminGUI.php.
References $_POST, __initBillVendorData(), __showButtons(), ilUtil\formRadioButton(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), and ilUtil\prepareFormOutput().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentBillAdminGUI::update | ( | ) |
Definition at line 200 of file class.ilPaymentBillAdminGUI.php.
References $_POST, ilUtil\sendInfo(), showBillData(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPaymentBillAdminGUI::$ctrl |
Definition at line 35 of file class.ilPaymentBillAdminGUI.php.
| ilPaymentBillAdminGUI::$lng |
Definition at line 37 of file class.ilPaymentBillAdminGUI.php.
| ilPaymentBillAdminGUI::$pobject = null |
Definition at line 39 of file class.ilPaymentBillAdminGUI.php.
| ilPaymentBillAdminGUI::$pobject_id = null |
Definition at line 40 of file class.ilPaymentBillAdminGUI.php.
| ilPaymentBillAdminGUI::$user_obj = null |
Definition at line 38 of file class.ilPaymentBillAdminGUI.php.
Referenced by ilPaymentBillAdminGUI().