Example #1
0
 public static function create($user_email, $user_password, $user_name, $user_notify)
 {
     $instance = new self();
     $instance->createNewUser($user_email, $user_password, $user_name, $user_notify);
     return $instance;
 }