@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * |
31 | 31 | * @see Order::doNextStatus |
32 | 32 | * |
33 | - * @param Order object |
|
33 | + * @param Order Order |
|
34 | 34 | * |
35 | 35 | * @return bool - true if the current step is ready to be run... |
36 | 36 | **/ |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * Add a member to the order - in case he / she is not a shop admin. |
44 | 44 | * |
45 | - * @param Order object |
|
45 | + * @param Order Order |
|
46 | 46 | * |
47 | 47 | * @return bool - true if run correctly. |
48 | 48 | **/ |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * |
31 | 31 | * @see Order::doNextStatus |
32 | 32 | * |
33 | - * @param Order object |
|
33 | + * @param Order Order |
|
34 | 34 | * |
35 | 35 | * @return bool - true if the current step is ready to be run... |
36 | 36 | **/ |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * Add a member to the order - in case he / she is not a shop admin. |
44 | 44 | * |
45 | - * @param Order object |
|
45 | + * @param Order Order |
|
46 | 46 | * |
47 | 47 | * @return bool - true if run correctly. |
48 | 48 | **/ |
@@ -34,6 +34,9 @@ |
||
34 | 34 | 'SellersIDPhotocopy' => 'Boolean' |
35 | 35 | ); |
36 | 36 | |
37 | + /** |
|
38 | + * @param SecondHandProduct $page |
|
39 | + */ |
|
37 | 40 | public static function create_from_page($page) |
38 | 41 | { |
39 | 42 | if ($page->InternalItemID) { |
@@ -7,6 +7,7 @@ |
||
7 | 7 | * checks that the url is contains the secret code and is coming from the correct IP address (if not set to wildcard) |
8 | 8 | * @var array $codesWithIPs |
9 | 9 | * @var array $code - ID parameter in URL |
10 | + * @param string $code |
|
10 | 11 | * @return Boolean |
11 | 12 | */ |
12 | 13 | public static function permissionCheck($codesWithIPs, $code) { |