LLMS_Payment_Gateways::instance()

Create instance of class


Description Description


Return Return

(self)


Top ↑

Source Source

File: includes/class.llms.payment.gateways.php

	public static function instance() {

		if ( is_null( self::$_instance ) ) {
			self::$_instance = new self();
		}

		return self::$_instance;

	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: