| 1 | <?php |
||
| 19 | class ClientDecorator extends AbstractDecorator |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param Client $client |
||
| 23 | * @param ProfilerInterface $profiler |
||
| 24 | */ |
||
| 25 | 1 | public function __construct(Client $client, ProfilerInterface $profiler) |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @return string |
||
| 33 | */ |
||
| 34 | 1 | public function getComponentName() |
|
| 38 | } |
||
| 39 |