1 | <?php |
||
17 | class NoLimitationSolver implements LimitationSolverInterface |
||
18 | { |
||
19 | /** {@inheritdoc} */ |
||
20 | 129 | public function initialize(RequestExecutorInterface $executor) |
|
24 | |||
25 | /** {@inheritdoc} */ |
||
26 | 129 | public function finalize(RequestExecutorInterface $executor) |
|
30 | |||
31 | /** {@inheritdoc} */ |
||
32 | 124 | public function decide(RequestExecutorInterface $executor, SocketInterface $socket, $totalSockets) |
|
36 | } |
||
37 |