|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilPaymentBaseGUI:
Collaboration diagram for ilPaymentBaseGUI:Public Member Functions | |
| 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 | |
| $ilias | |
| $lng | |
| $db | |
| $tpl | |
| $rbacsystem | |
| $tabs_gui | |
| $user_obj | |
| $section | |
| $main_section | |
Definition at line 25 of file class.ilPaymentBaseGUI.php.
| ilPaymentBaseGUI::__buildButtons | ( | ) |
Definition at line 168 of file class.ilPaymentBaseGUI.php.
References ilPaymentTrustees\_hasCouponsPermission(), ilPaymentTrustees\_hasObjectPermission(), ilPaymentTrustees\_hasStatisticPermission(), ilPaymentVendors\_isVendor(), getMainSection(), and getSection().
Referenced by buildHeader().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentBaseGUI::__buildLocator | ( | ) |
Definition at line 128 of file class.ilPaymentBaseGUI.php.
References getMainSection(), and ilUtil\sendInfo().
Referenced by __buildStatusline().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentBaseGUI::__buildStatusline | ( | ) |
Definition at line 123 of file class.ilPaymentBaseGUI.php.
References __buildLocator().
Here is the call graph for this function:| ilPaymentBaseGUI::__buildStylesheet | ( | ) |
Definition at line 163 of file class.ilPaymentBaseGUI.php.
References ilUtil\getStyleSheetLocation().
Here is the call graph for this function:| ilPaymentBaseGUI::buildHeader | ( | ) |
Definition at line 79 of file class.ilPaymentBaseGUI.php.
References __buildButtons(), and ilUtil\getImagePath().
Referenced by ilPaymentGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentBaseGUI::getMainSection | ( | ) |
Definition at line 74 of file class.ilPaymentBaseGUI.php.
References $main_section.
Referenced by __buildButtons(), and __buildLocator().
Here is the caller graph for this function:| ilPaymentBaseGUI::getSection | ( | ) |
Definition at line 66 of file class.ilPaymentBaseGUI.php.
References $section.
Referenced by __buildButtons().
Here is the caller graph for this function:| ilPaymentBaseGUI::ilPaymentBaseGUI | ( | ) |
Definition at line 39 of file class.ilPaymentBaseGUI.php.
References $ilias, $lng, $rbacsystem, and $tpl.
Referenced by ilPaymentBillAdminGUI\ilPaymentBillAdminGUI(), ilPaymentBuyedObjectsGUI\ilPaymentBuyedObjectsGUI(), ilPaymentGUI\ilPaymentGUI(), and ilPaymentShoppingCartGUI\ilPaymentShoppingCartGUI().
Here is the caller graph for this function:| ilPaymentBaseGUI::setMainSection | ( | $a_main_section | ) |
Definition at line 70 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentGUI\ilPaymentGUI().
Here is the caller graph for this function:| ilPaymentBaseGUI::setSection | ( | $a_section | ) |
Definition at line 62 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentGUI\executeCommand().
Here is the caller graph for this function:| ilPaymentBaseGUI::setTableGUIBasicData | ( | & | $tbl, |
| & | $result_set, | ||
$a_default_order_column = '' |
|||
| ) |
Definition at line 105 of file class.ilPaymentBaseGUI.php.
References $_GET.
| ilPaymentBaseGUI::$db |
Definition at line 29 of file class.ilPaymentBaseGUI.php.
| ilPaymentBaseGUI::$ilias |
Definition at line 27 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentBaseGUI().
| ilPaymentBaseGUI::$lng |
Definition at line 28 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentBaseGUI().
| ilPaymentBaseGUI::$main_section |
Definition at line 37 of file class.ilPaymentBaseGUI.php.
Referenced by getMainSection().
| ilPaymentBaseGUI::$rbacsystem |
Definition at line 31 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentBaseGUI().
| ilPaymentBaseGUI::$section |
Definition at line 36 of file class.ilPaymentBaseGUI.php.
Referenced by getSection().
| ilPaymentBaseGUI::$tabs_gui |
Definition at line 32 of file class.ilPaymentBaseGUI.php.
| ilPaymentBaseGUI::$tpl |
Definition at line 30 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentShoppingCartGUI\__showCouponInput(), ilPaymentShoppingCartGUI\__showItemsTable(), ilPaymentBuyedObjectsGUI\__showStatisticTable(), ilPaymentBaseGUI(), ilPaymentBuyedObjectsGUI\ilPaymentBuyedObjectsGUI(), and ilPaymentShoppingCartGUI\showItems().
| ilPaymentBaseGUI::$user_obj |
Definition at line 34 of file class.ilPaymentBaseGUI.php.