Esempio n. 1
0
 /**
  * Returns the main instance.
  *
  * @return pw_new_user_approve
  */
 public static function instance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new pw_new_user_approve();
         self::$instance->includes();
         self::$instance->email_tags = new NUA_Email_Template_Tags();
     }
     return self::$instance;
 }