This repository has been archived by the owner on Sep 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Allegrowebapi.class.php
734 lines (673 loc) · 24.2 KB
/
Allegrowebapi.class.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
<?php
class Allegrowebapi {
protected $instance;
protected $config;
protected $session;
protected $client;
protected $local_version;
protected $countryCode;
const QUERY_ALLEGROWEBAPI = 1;
/**
* Zapis ustawień oraz połączenie z WebAPI
*
* @param type $id
* @param type $key
* @param type $login
* @param type $pass
*/
public function __construct($id, $key, $login, $pass, $countryCode) {
$this->config = array(
'allegro_id' => $id,
'allegro_key' => $key,
'allegro_login' => $login,
'allegro_password' => $pass
);
$this->countryCode = $countryCode;
$this->client = new SoapClient('https://webapi.allegro.pl/uploader.php?wsdl');
}
/**
* Metoda pozwala na pobranie pełnego drzewa kategorii dostępnych we wskazanym kraju.
* (http://allegro.pl/webapi/documentation.php/show/id,46)
*
* @return array
*/
public function getCatsData() {
return $this->client->doGetCatsData(
$this->countryCode, '0', $this->config['allegro_key']
);
}
/**
* Metoda pozwala na pobranie licznika kategorii dostępnych we wskazanym kraju.
* (http://allegro.pl/webapi/documentation.php/show/id,47)
*
* @return array
*/
public function getCatsDataCount() {
return $this->client->doGetCatsDataCount(
$this->countryCode, '0', $this->config['allegro_key']
);
}
/**
* Metoda pozwala na pobranie w porcjach pełnego drzewa kategorii dostępnych we wskazanym kraju.
* Domyślnie zwracanych jest 50 pierwszych kategorii. Rozmiar porcji pozwala regulować parametr package-element,
* a sterowanie pobieraniem kolejnych porcji danych umożliwia parametr offset.
* (http://allegro.pl/webapi/documentation.php/show/id,48)
*
* @param array $Options
* @return array
*/
public function getCatsDataLimit($Options) {
return $this->client->doGetCatsDataLimit(
$this->countryCode, '0', $this->config['allegro_key'], $Options['offset'], $Options['package-element']
);
}
/**
* Metoda pozwala na pobranie wartości wszystkich wersjonowanych komponentów oraz umożliwia
* podgląd kluczy wersji dla wszystkich krajów.
* (http://allegro.pl/webapi/documentation.php/show/id,62)
*
* @return array
*/
public function queryAllSysStatus() {
return $this->client->doQueryAllSysStatus(
$this->countryCode, $this->config['allegro_key']
);
}
/**
* Metoda pozwala na pobranie wartości jednego z wersjonowanych komponentów (program, drzewo kategorii, usługa,
* parametry, pola formularza sprzedaży, serwisy) oraz umożliwia podgląd klucza wersji dla wskazanego krajów.
* (http://allegro.pl/webapi/documentation.php/show/id,61)
*
* @param int $Component
* 1 - usługa Allegro WebAPI,
* 2 - aplikacja,
* 3 - struktura drzewa kategorii,
* 4 - pola formularza sprzedaży,
* 5 - serwisy
*
* @return array
*/
public function querySysStatus($Component) {
return $this->client->doQuerySysStatus(
$Component, $this->countryCode, $this->config['allegro_key']
);
}
/* * ********************************************************************************************************
* Logowanie (http://allegro.pl/webapi/documentation.php/theme/id,22)
* ******************************************************************************************************* */
/**
* Metoda pozwala na uwierzytelnienie i autoryzację użytkownika za pomocą danych dostępowych do konta
* (podając hasło w postaci zakodowanej SHA-256 a następnie base64 lub hasło w wersji tekstowej).
* Po pomyślnym uwierzytelnieniu, użytkownik otrzymuje identyfikator sesji, którym następnie może
* posłużyć się przy wywoływaniu metod wymagających autoryzacji. Identyfikator sesji zachowuje
* ważność przez 3 godziny od momentu jego utworzenia.
* (http://allegro.pl/webapi/documentation.php/show/id,82)
*
* @param bool $Encode
*/
public function login($Encode=false)
{
$version = $this->QuerySysStatus(1);
$this->local_version = $version['ver-key'];
if (!$Encode) {
$session = $this->client->doLogin(
$this->config['allegro_login'], $this->config['allegro_password'], $this->countryCode, $this->config['allegro_key'], $version['ver-key']
);
}
else {
if (function_exists('hash') && in_array('sha256', hash_algos())) {
$pass = hash('sha256', $this->config['allegro_password'], true);
}
else if (function_exists('mhash') && is_int(MHASH_SHA256)) {
$pass = mhash(MHASH_SHA256, $this->config['allegro_password']);
}
$password = base64_encode($pass);
$session = $this->client->doLoginEnc(
$this->config['allegro_login'], $password, $this->countryCode, $this->config['allegro_key'], $version['ver-key']
);
}
$this->session = $session;
unset($password);
unset($this->config['allegro_password']);
}
/**
* Metoda pozwala na kończenie przed czasem (z lub bez odwołania ofert) aukcji zalogowanego użytkownika.
* (http://allegro.pl/webapi/documentation.php/show/id,221)
* @param integer $id Id aukcji allegro
* @param array $Options
* @return array
*/
public function finishItem($id, $cancelBids = 0, $cancelReason = '') {
$this->checkConnection();
return $this->client->doFinishItem(
$this->session['session-handle-part'],
$id,
$cancelBids,
$cancelReason
);
}
/**
* Metoda pozwala na kończenie przed czasem (bez lub z odwołaniem ofert) wielu aukcji zalogowanego użytkownika.
* (http://allegro.pl/webapi/documentation.php/show/id,623)
*
* @param array $Options
* @return array
*/
public function finishItems($Options) {
$this->checkConnection();
return $this->client->doFinishItems(
$this->session['session-handle-part'], $Options
);
}
/**
* Metoda pozwala na pobranie listy ulubionych kategorii zalogowanego użytkownika.
* (http://allegro.pl/webapi/documentation.php/show/id,49)
*
* @return array
*/
public function getFavouriteCategories() {
$this->checkConnection();
return $this->client->doGetFavouriteCategories(
$this->session['session-handle-part']
);
}
/**
* Metoda pozwala na pobranie listy komunikatów serwisowych ze strony Nowości i komunikaty dla wskazanego kraju.
* Zwróconych może być maks. 50 ostatnich komunikatów dla danej kategorii - ich lista posortowana
* jest malejąco po czasie dodania. W przypadku nie podania daty (an-it-date) lub identyfikatora (ani-it-id)
* komunikatu, zwrócony zostanie jeden najnowszy komunikat ze wskazanej kategorii.
* (http://allegro.pl/webapi/documentation.php/show/id,93)
*
* @param array $Options
* @return array
*/
public function getServiceInfo($Options) {
return $this->client->doGetServiceInfo(
$this->countryCode, $Options['an-cat-id'], $Options['an-it-date'], $Options['an-it-id'], $this->config['allegro_key']
);
}
/* * ********************************************************************************************************
* Opłaty i prowizje (http://allegro.pl/webapi/documentation.php/theme/id,66)
* ******************************************************************************************************* */
/**
* Metoda pozwala na pobranie informacji o opłatach związanych z korzystaniem z serwisu odpowiedniego dla wskazanego kraju.
* (http://allegro.pl/webapi/documentation.php/show/id,88)
*
* @return array
*/
public function getPaymentData() {
return $this->client->doGetPaymentData(
$this->countryCode, $this->config['allegro_key']
);
}
/**
* Metoda pozwala na pobranie bieżącego salda z konta zalogowanego użytkownika.
* (http://allegro.pl/webapi/documentation.php/show/id,109)
*
* @return array
*/
public function myBilling() {
return $this->client->doMyBilling(
$this->countryCode
);
}
/* * ********************************************************************************************************
* Produkty w Allegro (http://allegro.pl/webapi/documentation.php/theme/id,141)
* ******************************************************************************************************* */
/**
* Metoda pozwala obsłużyć mechanizm wyszukiwarki Produktów w Allegro i wyszukać produkty po kodzie EAN
* (ISBN/ISSN/etc.). Podczas wywoływania metody możliwe jest określenie kategorii, do której ma być
* zawężone wyszukiwanie, dzięki czemu zostanie zwiększona celność wyników. Metoda zwraca: ID znalezionego
* produktu, jego nazwę, opis, zdjęcia oraz parametry. Część tych danych można potem wykorzystać podczas
* wystawiania nowej aukcji za pomocą metody doNewAuctionExt.
* (http://allegro.pl/webapi/documentation.php/show/id,643)
*
* @param string $Code
* @return array
*/
public function findProductByCode($Code) {
$this->checkConnection();
return $this->client->doFindProductByCode(
$this->session['session-handle-part'], $Code
);
}
/**
* Metoda pozwala obsłużyć mechanizm wyszukiwarki Produktów Allegro i wyszukać produkty po ich nazwie
* lub części nazwy. Podczas wywoływania metody możliwe jest określenie kategorii, do której ma
* być zawężone wyszukiwanie, dzięki czemu zostanie zwiększona celność wyników.
* Metoda zwraca: ID znalezionych produktów, ich nazwę, opis, zdjęcia oraz parametry.
* Część tych danych można potem wykorzystać podczas wystawiania nowej aukcji za pomocą metody doNewAuctionExt.
* (http://allegro.pl/webapi/documentation.php/show/id,642)
*
* @param array $Options
* @return array
*/
public function findProductByName($Options) {
$this->checkConnection();
return $this->client->doFindProductByName(
$this->session['session-handle-part'], $Options['product-name'], $Options['category-id']
);
}
/**
* Metoda pozwala na pobranie danych na temat konkretnego produktu z katalogu Produktów w Allegro.
* Do wywołania metody wymagany jest identyfikator produktu oraz hash - obie wartości mogą być
* pobrane za pomocą metod doShowItemInfoExt oraz doGetItemsInfo (dla aukcji zintegrowanych z produktem).
* (http://allegro.pl/webapi/documentation.php/show/id,644)
*
* @param array $Options
* @return array
*/
public function showProductInfo($Options) {
$this->checkConnection();
return $this->client->doShowProductInfo(
$this->session['session-handle-part'], $Options['product-id'], $Options['category-hash']
);
}
/**
* Metoda pozwala na pobranie pełnej listy sposobów dostawy dostępnych we wskazanym kraju.
* (http://allegro.pl/webapi/documentation.php/show/id,624)
*
* @return array
*/
public function getShipmentData() {
return $this->client->doGetShipmentData(
$this->countryCode, $this->config['allegro_key']
);
}
/**
* Metoda pozwala na pobranie aktualnego (dla danego kraju) czasu z serwera Allegro.
* (http://allegro.pl/webapi/documentation.php/show/id,81)
*
* @return array
*/
public function getSystemTime() {
return $this->client->doGetSystemTime(
$this->countryCode, $this->config['allegro_key']
);
}
/* * ********************************************************************************************************
* Wystawianie aukcji (http://allegro.pl/webapi/documentation.php/theme/id,41)
* ******************************************************************************************************* */
/**
* Metoda pozwala na sprawdzenie ogólnych oraz szczegółowych kosztów związanych z wystawieniem
* aukcji przed jej faktycznym wystawieniem. Metoda może służyć także jako symulator poprawności
* wystawienia aukcji, ponieważ struktura pól jaką przyjmuje jako jeden z parametrów jest
* identyczną z tą przyjmowaną przez doNewAuctionExt.
* (http://allegro.pl/webapi/documentation.php/show/id,41)
*
* @param array $Fields
* @return array
*/
public function checkNewAuctionExt($Fields) {
$this->checkConnection();
return $this->client->doCheckNewAuctionExt(
$this->session['session-handle-part'], $Fields
);
}
/**
* Metoda pozwala na pobranie listy pól formularza sprzedaży dostępnych we wskazanym kraju.
* Wybrane pola mogą następnie posłużyć np. do zbudowania i wypełnienia formularza
* wystawienia nowej aukcji z poziomu metody doNewAuctionExt.
* (http://allegro.pl/webapi/documentation.php/show/id,91)
*
* @return array
*/
public function getSellFormFieldsExt() {
return $this->client->doGetSellFormFieldsExt(
$this->countryCode, '0', $this->config['allegro_key']
);
}
/**
* Metoda pozwala na pobranie w porcjach listy pól formularza sprzedaży dostępnych we wskazanym kraju.
* Wybrane pola mogą następnie posłużyć np. do zbudowania i wypełnienia formularza wystawienia
* nowej aukcji z poziomu metody doNewAuctionExt. Domyślnie zwracanych jest 50 pierwszych pól.
* Rozmiar porcji pozwala regulować parametr package-element, a sterowanie pobieraniem
* kolejnych porcji danych umożliwia parametr offset.
* (http://allegro.pl/webapi/documentation.php/show/id,92)
*
* @param array $Options
* @return array
*/
public function getSellFormFieldsExtLimit($offset = null, $packageElement = null) {
return $this->client->doGetSellFormFieldsExt(
$this->countryCode, '0', $this->config['allegro_key'], $offset, $packageElement
);
}
public function getSellFormFieldsForCategory($category) {
return $this->client->doGetSellFormFieldsForCategory(
$this->config['allegro_key'], $this->countryCode, $category
);
}
/**
* Metoda pozwala na wystawienie nowej aukcji w serwisie. Aby sprawdzić poprawność wystawienia aukcji,
* należy nadać jej dodatkowy, lokalny identyfikator (local-id), a następnie zweryfikować aukcję za
* pomocą metody doVerifyItem (wartość local-id jest zawsze unikalna w ramach konta danego użytkownika).
* Aby przetestować poprawność wypełnienia kolejnych pól formularza sprzedaży i/lub sprawdzić koszta związane
* z wystawieniem aukcji, bez jej faktycznego wystawiania w serwisie, należy skorzystać z metody doCheckNewAuctionExt.
* (http://allegro.pl/webapi/documentation.php/show/id,113)
*
* @param array $Options
* @return array
*/
public function newAuctionExt($fields, $private = null, $localId = null) {
$this->checkConnection();
return $this->client->doNewAuctionExt(
$this->session['session-handle-part'], $fields, $private, $localId
);
}
/**
* Metoda pozwala na wystawienie aukcji w serwisie na podstawie aukcji istniejących. Z uwagi na specyfikę
* działania mechanizmu ponownego wystawiania aukcji - identyfikatory aukcji zwracane na wyjściu, to identyfikatory
* aukcji na podstawie których nowe aukcje zostały/miały zostać wystawione - nie identyfikatory nowo wystawionych aukcji.
* (http://allegro.pl/webapi/documentation.php/show/id,321)
*
* @param array $Options
* @return array
*/
public function sellSomeAgain($Options) {
$this->checkConnection();
return $this->client->doSellSomeAgain(
$this->session['session-handle-part'], $Options['sell-items-array'], $Options['sell-starting-time'], $Options['sell-auction-duration'], $Options['sell-option']
);
}
/**
* Metoda pozwala na sprawdzenie poprawności wystawienia aukcji (utworzonej za pomocą metody
* doNewAuctionExt, w przypadku gdy przekazano przy jej wywołaniu wartość w parametrze local-id)
* z konta zalogowanego użytkownika. Wartość local-id jest zawsze unikalna w ramach konta danego użytkownika.
* (http://allegro.pl/webapi/documentation.php/show/id,181)
*
* @param int $LocalID
* @return array
*/
public function verifyItem($LocalID) {
$this->checkConnection();
return $this->client->doVerifyItem(
$this->session['session-handle-part'], $LocalID
);
}
/* * ********************************************************************************************************
* Wyszukiwarka i listingi (http://allegro.pl/webapi/documentation.php/theme/id,68)
* ******************************************************************************************************* */
/**
* Metoda pozwala na pobranie listy parametrów dostępnych dla danej kategorii we wskazanym kraju.
* Wybrane parametry mogą następnie posłużyć np. do budowy filtra przy listowaniu
* zawartości kategorii z poziomu metody doShowCat.
* (http://allegro.pl/webapi/documentation.php/show/id,90)
*
* @param int $Cat
* @return array
*/
public function getSellFormAttribs($Cat) {
return $this->client->doGetSellFormAttribs(
$this->countryCode, $this->config['allegro_key'], '0', $Cat
);
}
/* * ********************************************************************************************************
* Przydatne funkcje
* ******************************************************************************************************* */
/**
* Sprawdzanie połączenia oraz poprawnego zalogowania do allegro
*/
private function checkConnection() {
if (!$this->session) {
throw new userException('Nie utworzono połączenia z kontem allegro. Należy użyć metody <strong>Login()</strong>');
}
}
/**
* Wywołanie dowolnej metody przez SOAP
*
* @param string $Method
* @param string/int/array $Data
* @return array
*/
public function getMethod($Method, $Data=array()) {
return $this->client->__soapCall($Method, $Data);
}
/**
* Metoda pozwala na pobranie identyfikatora sesji po zalogowaniu.
* Do wykorzystania z metodą getMethod
*
* @return string
*/
public function getSession() {
$this->checkConnection();
return $this->session['session-handle-part'];
}
/**
* Metoda pozwala na pobranie używanego kodu kraju.
* Do wykorzystania z metodą getMethod
*
* @return int
*/
public function getCountry() {
return $this->countryCode;
}
/**
* Metoda pozwala na pobranie aktualnie uzywanego klucza WebAPI
* Do wykorzystania z metodą getMethod
*
* @return string
*/
public function getKey() {
return $this->config['allegro_key'];
}
/**
* Metoda pozwala na pobranie klucza wersji WebAPI
*
* @return int
*/
public function getVersion() {
$version = $this->QuerySysStatus(1);
return $version['ver-key'];
}
/**
* Metoda pozwala na pobranie wszystkich aktualnie używanych
* danych konfiguracyjnych
*
* @return array
*/
public function getConfig() {
return $this->config;
}
/**
* Konwersja obietu na tablicę
*
* @param object $object
* @return array
*/
static public function objectToArray($object) {
if (!is_object($object) && !is_array($object))
return $object;
if (is_object($object))
$object = get_object_vars($object);
return array_map(array('AllegroWebAPI', 'objectToArray'), $object);
}
/**
* Konwertowanie sekund na czas
*
* @param int $Secounds
* @return string
*/
public function sec2Time($Secounds) {
$Time = new DateTime('@' . $Secounds, new DateTimeZone('UTC'));
$GetTime = array('dni' => $Time->format('z'),
'godzin' => $Time->format('G'),
'minut' => $Time->format('i'),
'sekund' => $Time->format('s')
);
if ($GetTime['dni'] > 1) {
$TimeLeft = $GetTime['dni'] . " dni";
}
else if ($GetTime['dni'] == 1) {
$TimeLeft = $GetTime['dni'] . " dzień";
}
else if ($GetTime['godzin'] > 1) {
$TimeLeft = $GetTime['godzin'] . " godzin";
}
else if ($GetTime['godzin'] == 1) {
$TimeLeft = $GetTime['godzin'] . " godzina";
}
else if ($GetTime['minut'] > 1) {
$TimeLeft = $GetTime['minut'] . " minut";
}
else if ($GetTime['minut'] == 1) {
$TimeLeft = $GetTime['minut'] . " minuta";
}
else if ($GetTime['sekund'] > 1) {
$TimeLeft = $GetTime['sekund'] . " sekund";
}
else if ($GetTime['sekund'] == 1) {
$TimeLeft = $GetTime['sekund'] . " sekunda";
}
return $TimeLeft;
}
/**
* Pozostały czas do końca aukcji
*
* @param int $Secounds
* @return string
*/
public function endDate($Secounds) {
$GetDay = date("N", time() + $Secounds);
$num = array("1", "2", "3", "4", "5", "6", "7");
$pl = array("Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela");
$GetDay = str_replace($num, $pl, $GetDay);
$GetDate = date("d-m-Y, H:i:s", time() + $Secounds);
return $GetDay . " " . $GetDate;
}
/**
* Punktacja użytkowników
*
* @param int $Stars
* @return string
*/
public function userStars($Stars) {
$IconHost = "http://static.allegrostatic.pl/site_images/1/0/stars/";
if ($Stars > 12500) {
$Star = "star3125";
$While = 4;
}
elseif ($Stars > 12499) {
$Star = "star3125";
$While = 4;
}
elseif ($Stars > 9374) {
$Star = "star3125";
$While = 3;
}
elseif ($Stars > 6249) {
$Star = "star3125";
$While = 2;
}
elseif ($Stars > 3124) {
$Star = "star3125";
$While = 1;
}
elseif ($Stars > 2499) {
$Star = "star625";
$While = 4;
}
elseif ($Stars > 1874) {
$Star = "star625";
$While = 3;
}
elseif ($Stars > 1249) {
$Star = "star625";
$While = 2;
}
elseif ($Stars > 624) {
$Star = "star625";
$While = 1;
}
elseif ($Stars > 499) {
$Star = "star125";
$While = 4;
}
elseif ($Stars > 374) {
$Star = "star125";
$While = 3;
}
elseif ($Stars > 249) {
$Star = "star125";
$While = 2;
}
elseif ($Stars > 124) {
$Star = "star125";
$While = 1;
}
elseif ($Stars > 99) {
$Star = "star25";
$While = 4;
}
elseif ($Stars > 74) {
$Star = "star25";
$While = 3;
}
elseif ($Stars > 49) {
$Star = "star25";
$While = 2;
}
elseif ($Stars > 24) {
$Star = "star25";
$While = 1;
}
elseif ($Stars > 19) {
$Star = "star5";
$While = 4;
}
elseif ($Stars > 14) {
$Star = "star5";
$While = 3;
}
elseif ($Stars > 9) {
$Star = "star5";
$While = 2;
}
elseif ($Stars > 4) {
$Star = "star5";
$While = 1;
}
elseif ($Stars > 3) {
$Star = "star1";
$While = 4;
}
elseif ($Stars > 2) {
$Star = "star1";
$While = 3;
}
elseif ($Stars > 1) {
$Star = "star1";
$While = 2;
}
elseif ($Stars > 0) {
$Star = "star1";
$While = 1;
}
elseif ($Stars > -1) {
$Star = "star1";
$While = 0;
}
for ($i = 1; $i <= $While; $i++) {
$GetStars .= "<img src='" . $IconHost . $Star . ".gif' title='" . $Stars . " pkt. allegro' style='vertical-align:middle' alt='' />";
}
return $GetStars;
}
/**
*
* @param type $type
* @param type $items
* @param type $limit
* @return type
*/
public function getMyAccountData($type, $items, $limit = 1) {
$this->checkConnection();
return $this->client->doMyAccount2(
$this->session['session-handle-part'],
$type,
0,
$items,
$limit
);
}
}
?>