Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. public static function instance() {
  2.         if ( is_null( self::$_instance ) ) {
  3.             self::$_instance = new self();
  4.         }
  5.         return self::$_instance;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement