LLMS_Engagements::instance()

Create instance of class


Description Description


Return Return

(object) [Instance of engagements class]


Top ↑

Source Source

File: includes/class.llms.engagements.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: