Welcome Guest, Not a member yet? Register   Sign In
Pass values to external class
#3

If they don't provide a way to do what you need to do you'll have to extend the class with a new class of your own that layers the functionality you need on top of theirs. Standard PHP stuff.

PHP Code:
class MyNewClass extends NetworkonlieBitmapPaymentIntegration
{
    
// add your new functionality, calling theirs wherever you need to.

Reply


Messages In This Thread
Pass values to external class - by AKKU - 09-18-2019, 10:00 PM
RE: Pass values to external class - by kilishan - 09-20-2019, 11:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB