Automator_Recipe_Process::get_instance()


Return Return

(Uncanny_AutomatorAutomator_Recipe_Process)


Source Source

File: src/core/lib/process/class-automator-recipe-process.php

	public static function get_instance() {

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

		return self::$instance;
	}