| 1 | <?php |
||
| 26 | class ObserverPooler extends ClientPooler |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * getPoolerType |
||
| 30 | * |
||
| 31 | * @see ClientPoolerInterface |
||
| 32 | */ |
||
| 33 | public function getPoolerType() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * createClient |
||
| 40 | * |
||
| 41 | * @see ClientPooler |
||
| 42 | * @param string $channel |
||
| 43 | * @return Observer |
||
| 44 | */ |
||
| 45 | protected function createClient($channel) |
||
| 49 | } |
||
| 50 |