| @@ 48-54 (lines=7) @@ | ||
| 45 | /** |
|
| 46 | * @inheritdoc |
|
| 47 | */ |
|
| 48 | public function assignThreadsNumber(Request &$request, $number = 0) |
|
| 49 | { |
|
| 50 | if (!is_array($request->getParams)) { |
|
| 51 | $request->getParams = (array)$request->getParams; |
|
| 52 | } |
|
| 53 | $request->getParams[$this->keyThreads] = "{$this->countThreads},$number"; |
|
| 54 | } |
|
| 55 | ||
| 56 | /** |
|
| 57 | * @inheritdoc |
|
| @@ 56-62 (lines=7) @@ | ||
| 53 | /** |
|
| 54 | * @inheritdoc |
|
| 55 | */ |
|
| 56 | public function assignThreadsNumber(Request &$request, $number = 0) |
|
| 57 | { |
|
| 58 | if (!is_array($request->getParams)) { |
|
| 59 | $request->getParams = (array)$request->getParams; |
|
| 60 | } |
|
| 61 | $request->getParams[$this->keyThreads] = "{$this->countThreads},$number"; |
|
| 62 | } |
|
| 63 | ||
| 64 | /** |
|
| 65 | * @inheritdoc |
|