Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\Menu_Pages

pro\s2member-pro\includes\classes\gateways\ccbill\ccbill-menu-pages.inc.php at line #44

Class c_ws_plugin__s2member_pro_ccbill_menu_pages

c_ws_plugin__s2member_pro_ccbill_menu_pages

public class c_ws_plugin__s2member_pro_ccbill_menu_pages

ccBill® Menu Pages.

Since:

1.5


( 4 Methods )
Method Summary
public static bool

ccbill_admin_options(bool $add_divider, array $vars)

Add the pages for this Payment Gateway.

public static null

ccbill_buttons_page()

Builds the Buttons panel for this Payment Gateway.

public static null

ccbill_ops_page()

Builds the options panel for this Payment Gateway.

public static null

ccbill_scripting_page_api_constants(array $vars)

Builds the documentation for Scripting / API Constants related to this Payment Gateway.

( 4 Methods )
Method Detail

pro\s2member-pro\includes\classes\gateways\ccbill\ccbill-menu-pages.inc.php at line #58

ccbill_admin_options()

public static bool ccbill_admin_options(bool $add_divider, array $vars)

Add the pages for this Payment Gateway.

Since:

1.5

Attaches-to:

add_filter("ws_plugin__s2member_during_add_admin_options_add_divider_4");

Parameters:

bool $add_divider - Expects a boolean value, passed through by the Filter.

array $vars - Expects an array of defined variables passed through by the Filter.

Returns:

bool - Passes back the original value of $add_divider.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\ccbill\ccbill-menu-pages.inc.php at line #133

ccbill_buttons_page()

public static null ccbill_buttons_page()

Builds the Buttons panel for this Payment Gateway.

Since:

1.5

Returns:

null

[ back to top ]

pro\s2member-pro\includes\classes\gateways\ccbill\ccbill-menu-pages.inc.php at line #91

ccbill_ops_page()

public static null ccbill_ops_page()

Builds the options panel for this Payment Gateway.

Since:

1.5

Returns:

null

[ back to top ]

pro\s2member-pro\includes\classes\gateways\ccbill\ccbill-menu-pages.inc.php at line #77

ccbill_scripting_page_api_constants()

public static null ccbill_scripting_page_api_constants(array $vars)

Builds the documentation for Scripting / API Constants related to this Payment Gateway.

Since:

1.5

Attaches-to:

add_action("ws_plugin__s2member_during_scripting_page_during_left_sections_during_list_of_api_constants");

Parameters:

array $vars - Expects an array of defined variables passed through by the Action Hook.

Returns:

null

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail