| 1 | <?php |
||
| 8 | class PoolStatus |
||
| 9 | { |
||
| 10 | protected $pool; |
||
| 11 | |||
| 12 | public function __construct(Pool $pool) |
||
| 16 | |||
| 17 | public function __toString(): string |
||
| 24 | |||
| 25 | protected function lines(string ...$lines): string |
||
| 29 | |||
| 30 | protected function summaryToString(): string |
||
| 43 | |||
| 44 | protected function failedToString(): string |
||
| 56 | } |
||
| 57 |