Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / Withdrawal / Withdrawal::instance()

Withdrawal::instance()


Source

File: classes/Withdrawal.php

	public static function instance() {
		static $instance = null;

		if ( null === $instance ) {
			$instance = new self();
		}

		return $instance;
	}

Expand full source code Collapse full source code


Related

Uses

Uses
Uses Description
classes/Withdrawal.php: Withdrawal::__construct()

Used By

Used By
Used By Description
includes/core-functions.php: dozent_withdrawal_methods()

Get all available withdraw methods

© 2023, Dozent LMS