Main::instance()
Singleton Instance of the LifterLMS_CLI class
Contents
Return Return
(LifterLMSCLILifterLMS_CLI)
Source Source
File: libraries/lifterlms-cli/src/Main.php
45 46 47 48 49 50 51 52 53 | public static function instance() { if ( is_null ( self:: $instance ) ) { self:: $instance = new self(); } return self:: $instance ; } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
0.0.1 | Introduced. |