示例#1
0
 public static function setCredentials($username, $password)
 {
     self::$username = $username;
     self::$password = $password;
 }