Cheetah
|
Static Public Member Functions | |
static | call ($mixed, $sMethod, $aParams=array(), $sClass='Module') |
static | callArray ($a) |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/ Service calls to modules' methods.
The class has one static method is needed to make service calls to module's methods from the Cheetah's core or the other modules.
Example of usage: ChWsbService::call('payment', 'get_add_to_cart_link', array($iVendorId, $mixedModuleId, $iItemId, $iItemCount));
Memberships/ACL: Doesn't depend on user's membership.
Alerts: no alerts available
Definition at line 30 of file ChWsbService.php.
|
static |
Definition at line 32 of file ChWsbService.php.
|
static |
Definition at line 44 of file ChWsbService.php.