ILIAS
Release_4_0_x_branch Revision 61816
|
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().
ilPaymentBaseGUI::__buildLocator | ( | ) |
Definition at line 128 of file class.ilPaymentBaseGUI.php.
References getMainSection(), and ilUtil\sendInfo().
Referenced by __buildStatusline().
ilPaymentBaseGUI::__buildStatusline | ( | ) |
Definition at line 123 of file class.ilPaymentBaseGUI.php.
References __buildLocator().
ilPaymentBaseGUI::__buildStylesheet | ( | ) |
Definition at line 163 of file class.ilPaymentBaseGUI.php.
References ilUtil\getStyleSheetLocation().
ilPaymentBaseGUI::buildHeader | ( | ) |
Definition at line 79 of file class.ilPaymentBaseGUI.php.
References __buildButtons(), and ilUtil\getImagePath().
Referenced by ilPaymentGUI\executeCommand().
ilPaymentBaseGUI::getMainSection | ( | ) |
Definition at line 74 of file class.ilPaymentBaseGUI.php.
References $main_section.
Referenced by __buildButtons(), and __buildLocator().
ilPaymentBaseGUI::getSection | ( | ) |
Definition at line 66 of file class.ilPaymentBaseGUI.php.
References $section.
Referenced by __buildButtons().
ilPaymentBaseGUI::ilPaymentBaseGUI | ( | ) |
Definition at line 39 of file class.ilPaymentBaseGUI.php.
References $ilDB, $ilias, $lng, $rbacsystem, and $tpl.
Referenced by ilPaymentBillAdminGUI\ilPaymentBillAdminGUI(), ilPaymentBuyedObjectsGUI\ilPaymentBuyedObjectsGUI(), ilPaymentGUI\ilPaymentGUI(), and ilPaymentShoppingCartGUI\ilPaymentShoppingCartGUI().
ilPaymentBaseGUI::setMainSection | ( | $a_main_section | ) |
Definition at line 70 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentGUI\ilPaymentGUI().
ilPaymentBaseGUI::setSection | ( | $a_section | ) |
Definition at line 62 of file class.ilPaymentBaseGUI.php.
Referenced by ilPaymentGUI\executeCommand().
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 ilPaymentShoppingCartGUI\addBookings(), and 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(), ilPaymentBuyedObjectsGUI\__showStatisticTable(), ilPaymentBaseGUI(), ilPaymentBuyedObjectsGUI\ilPaymentBuyedObjectsGUI(), and ilPaymentShoppingCartGUI\showItems().
ilPaymentBaseGUI::$user_obj |
Definition at line 34 of file class.ilPaymentBaseGUI.php.