Jump to content

[SOLVED] how do I return an instance of a class?


ballhogjoni

Recommended Posts

I have this class and want to return an instance of another class. The class name is in the code below:

 

class Vendor_Interface_AutoSendVoucher extends Vendor_Interface_Abstract{

function getEmailLib(){
//my class name is Vendor_EmailLib_AutoSendVoucher
	return;
}
{/code]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.