@@ -79,6 +79,9 @@ |
||
| 79 | 79 | return $list; |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | + /** |
|
| 83 | + * @param ApiHandlerInterface $handler |
|
| 84 | + */ |
|
| 82 | 85 | private function createParamsList($handler) |
| 83 | 86 | { |
| 84 | 87 | $paramsList = $handler['handler']->params(); |
@@ -41,6 +41,9 @@ |
||
| 41 | 41 | return true; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param string|false $ipRestrictions |
|
| 46 | + */ |
|
| 44 | 47 | private function isValidIp($ipRestrictions) |
| 45 | 48 | { |
| 46 | 49 | if ($ipRestrictions == '*' || $ipRestrictions == '' || $ipRestrictions == null) { |